diff options
author | Logan Rathbone <poprocks@gmail.com> | 2023-05-24 15:46:41 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-25 12:40:36 +0700 |
commit | 500e288acd7c77cc81ed2be4a5f01732d6d54f64 (patch) | |
tree | 3da9737e709752ad7bb7b137f7076e63ef85d2b3 /desktop | |
parent | db0bf105a6cb9715fa86271614dc96651b2004e5 (diff) |
desktop/weston: Update for 10.0.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/weston/weston.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/weston/weston.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/weston/weston.SlackBuild b/desktop/weston/weston.SlackBuild index 733ebee8bfc22..23b8a1d7d2d1d 100644 --- a/desktop/weston/weston.SlackBuild +++ b/desktop/weston/weston.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Weston -# Copyright 2019-2022 Logan Rathbone <poprocks@gmail.com> +# Copyright 2019-2023 Logan Rathbone <poprocks@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=weston -VERSION=${VERSION:-10.0.3} +VERSION=${VERSION:-10.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/weston/weston.info b/desktop/weston/weston.info index 7338fa78a0128..787b1e5c071ac 100644 --- a/desktop/weston/weston.info +++ b/desktop/weston/weston.info @@ -1,8 +1,8 @@ PRGNAM="weston" -VERSION="10.0.3" +VERSION="10.0.4" HOMEPAGE="https://wayland.freedesktop.org/" -DOWNLOAD="https://gitlab.freedesktop.org/wayland/weston/uploads/4b1cde58d7853553d0371ad7093924aa/weston-10.0.3.tar.xz" -MD5SUM="e31675b1b480e5535838cde2aeeb2ab8" +DOWNLOAD="https://gitlab.freedesktop.org/wayland/weston/-/releases/10.0.4/downloads/weston-10.0.4.tar.xz" +MD5SUM="90a5db76f921f40c1f84fe8872695232" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |