diff options
author | Logan Rathbone <poprocks@gmail.com> | 2023-08-10 14:08:34 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-12 08:29:49 +0700 |
commit | bd3ec7ee51fb7da5e4a9dcbe03d4368094669ac8 (patch) | |
tree | 800f25dce7816526b7d694b1e6a5dd7776f59e86 /desktop | |
parent | 4202ec6ad76e0f00139a2033b4559153c6b40e78 (diff) |
desktop/weston: Updated for version 10.0.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/weston/weston.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/weston/weston.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/desktop/weston/weston.SlackBuild b/desktop/weston/weston.SlackBuild index 23b8a1d7d2d1d..362c5d6954fe4 100644 --- a/desktop/weston/weston.SlackBuild +++ b/desktop/weston/weston.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=weston -VERSION=${VERSION:-10.0.4} +VERSION=${VERSION:-10.0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/weston/weston.info b/desktop/weston/weston.info index 787b1e5c071ac..b3623924e40d0 100644 --- a/desktop/weston/weston.info +++ b/desktop/weston/weston.info @@ -1,8 +1,8 @@ PRGNAM="weston" -VERSION="10.0.4" +VERSION="10.0.5" HOMEPAGE="https://wayland.freedesktop.org/" -DOWNLOAD="https://gitlab.freedesktop.org/wayland/weston/-/releases/10.0.4/downloads/weston-10.0.4.tar.xz" -MD5SUM="90a5db76f921f40c1f84fe8872695232" +DOWNLOAD="https://gitlab.freedesktop.org/wayland/weston/-/releases/10.0.5/downloads/weston-10.0.5.tar.xz" +MD5SUM="f2e3ff33a0cdc51b77c91fd363aa191a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |