diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2023-12-10 13:26:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-13 01:48:18 +0700 |
commit | 130bda0882b80c157af641d3d8f79f00adc2c685 (patch) | |
tree | 932a2002af48053d5ab494798047ca297bc7c825 /system | |
parent | d57d879fa1ff2ae2946b9dd3abaa37ec9e57f2a2 (diff) |
system/wine-staging: Updated for version 8.21.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/wine-staging/wine-staging.SlackBuild | 2 | ||||
-rw-r--r-- | system/wine-staging/wine-staging.info | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild index 26cba44fe4b8e..bd80e4ad338f2 100644 --- a/system/wine-staging/wine-staging.SlackBuild +++ b/system/wine-staging/wine-staging.SlackBuild @@ -33,7 +33,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wine-staging -VERSION=${VERSION:-8.20} +VERSION=${VERSION:-8.21} WINEVERSION=${WINEVERSION:-$VERSION} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/wine-staging/wine-staging.info b/system/wine-staging/wine-staging.info index 17967c3b60df5..63b0da8568126 100644 --- a/system/wine-staging/wine-staging.info +++ b/system/wine-staging/wine-staging.info @@ -1,10 +1,10 @@ PRGNAM="wine-staging" -VERSION="8.20" +VERSION="8.21" HOMEPAGE="https://wiki.winehq.org/Wine-Staging" -DOWNLOAD="https://dl.winehq.org/wine/source/8.x/wine-8.20.tar.xz \ - https://github.com/wine-staging/wine-staging/archive/v8.20/wine-staging-8.20.tar.gz" -MD5SUM="77de870a7041965d6a0b9a3f03eba3a0 \ - 6a62ead8ab0c22f63e58cf298e695049" +DOWNLOAD="https://dl.winehq.org/wine/source/8.x/wine-8.21.tar.xz \ + https://github.com/wine-staging/wine-staging/archive/v8.21/wine-staging-8.21.tar.gz" +MD5SUM="8f8f3fa132b35c9395da891d80ab3b24 \ + 987dedeabd9b8d8d701c6bed5c56407d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |