diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2024-09-08 17:01:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-09 06:19:21 +0700 |
commit | 91a5030dc4a21ae3e8b03d658f458e87d2828698 (patch) | |
tree | 1210117a39c4a015d8c8a2af441e4f01d6301230 | |
parent | c6ceb80611cefa43b96223f9ce0dbc4ec894d8f5 (diff) |
system/wine-staging: Updated for version 9.17.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 138bf6251dd6..457e977dd962 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:-9.7} +VERSION=${VERSION:-9.17} WINEVERSION=$VERSION STAGINGVERSION=$VERSION ARCHS="i386,x86_64" diff --git a/system/wine-staging/wine-staging.info b/system/wine-staging/wine-staging.info index 019dab3def33..f1d7a91901f6 100644 --- a/system/wine-staging/wine-staging.info +++ b/system/wine-staging/wine-staging.info @@ -1,10 +1,10 @@ PRGNAM="wine-staging" -VERSION="9.7" +VERSION="9.17" HOMEPAGE="https://wiki.winehq.org/Wine-Staging" -DOWNLOAD="https://dl.winehq.org/wine/source/9.x/wine-9.7.tar.xz \ - https://github.com/wine-staging/wine-staging/archive/v9.7/wine-staging-9.7.tar.gz" -MD5SUM="a419a59b3a00a0aa49646065c1aa78a0 \ - 26234ce1a1f9eacce2ea9b19ca70137b" +DOWNLOAD="https://dl.winehq.org/wine/source/9.x/wine-9.17.tar.xz \ + https://github.com/wine-staging/wine-staging/archive/v9.17/wine-staging-9.17.tar.gz" +MD5SUM="1e60759082833b0a09c65d21d86bef09 \ + e5f8d54c04a45ccbae7e8f3845ae2bd2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |