diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2022-10-15 01:59:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-15 10:47:38 +0700 |
commit | 5f82b7ab0e070a3acb8c9da2c7ceea08ff909391 (patch) | |
tree | 46e4bda68f90589f1fca6d0e5563e95745d3f3f1 /system | |
parent | 946c71f7577d4b4e0832b1b9e3d7489b6bf9a0e6 (diff) | |
download | slackbuilds-5f82b7ab0e070a3acb8c9da2c7ceea08ff909391.tar.gz |
system/wine-staging: Updated for version 7.18.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/wine-staging/wine-staging.SlackBuild | 5 | ||||
-rw-r--r-- | system/wine-staging/wine-staging.info | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild index adfc803c25..3db7791e38 100644 --- a/system/wine-staging/wine-staging.SlackBuild +++ b/system/wine-staging/wine-staging.SlackBuild @@ -34,8 +34,9 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wine-staging -VERSION=${VERSION:-7.15} -WINEVERSION=${WINEVERSION:-7.15} +VERSION=${VERSION:-7.18} +# This ought to work (madcap laughter) +WINEVERSION=${WINEVERSION:-$VERSION} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/wine-staging/wine-staging.info b/system/wine-staging/wine-staging.info index 020001935b..336814c17e 100644 --- a/system/wine-staging/wine-staging.info +++ b/system/wine-staging/wine-staging.info @@ -1,10 +1,10 @@ PRGNAM="wine-staging" -VERSION="7.15" +VERSION="7.18" HOMEPAGE="https://wiki.winehq.org/Wine-Staging" -DOWNLOAD="https://dl.winehq.org/wine/source/7.x/wine-7.15.tar.xz \ - https://github.com/wine-staging/wine-staging/archive/v7.15/wine-staging-7.15.tar.gz" -MD5SUM="3e2829c669297666632492436dbfe580 \ - 472d97bfe7511018419b3d8e41ec4f56" +DOWNLOAD="https://dl.winehq.org/wine/source/7.x/wine-7.18.tar.xz \ + https://github.com/wine-staging/wine-staging/archive/v7.18/wine-staging-7.18.tar.gz" +MD5SUM="879dd506c4aa1c94256c71f494aee72d \ + c56f115c45e950c0665dc5bfd581d382" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |