diff options
author | Logan Rathbone <poprocks@gmail.com> | 2023-01-03 22:36:56 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-04 20:27:52 +0700 |
commit | d6de58d09c90b2ad0a41f5f43a3ca2aac6b86a39 (patch) | |
tree | c0521a2e0ecd75fce57602eb26760fbaae771961 /desktop | |
parent | 047b7d774b2df8d9b5626f934d91e4fd90eee604 (diff) |
desktop/weston: Update for 10.0.3
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 7285e2b4b415..733ebee8bfc2 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.2} +VERSION=${VERSION:-10.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -67,7 +67,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z cd $PRGNAM-$VERSION # Patches diff --git a/desktop/weston/weston.info b/desktop/weston/weston.info index 02e711d986a8..7338fa78a012 100644 --- a/desktop/weston/weston.info +++ b/desktop/weston/weston.info @@ -1,8 +1,8 @@ PRGNAM="weston" -VERSION="10.0.2" +VERSION="10.0.3" HOMEPAGE="https://wayland.freedesktop.org/" -DOWNLOAD="https://github.com/wayland-project/weston/archive/10.0.2/weston-10.0.2.tar.gz" -MD5SUM="f4f7aaede0cd14b58910be2f0eeb2efa" +DOWNLOAD="https://gitlab.freedesktop.org/wayland/weston/uploads/4b1cde58d7853553d0371ad7093924aa/weston-10.0.3.tar.xz" +MD5SUM="e31675b1b480e5535838cde2aeeb2ab8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |