diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2022-02-01 20:06:36 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-02 11:23:15 +0700 |
commit | db06a54d47ddb16c31c97b76d6958eece89bb8d5 (patch) | |
tree | a81ccd9901da3bf40dbd1e42938dce9bbe19d960 /system | |
parent | 01974e3618959dcfa3239a2b7e8a6debcdffe3b0 (diff) |
system/wine-staging: Updated for version 7.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/wine-staging/wine-staging.SlackBuild | 4 | ||||
-rw-r--r-- | system/wine-staging/wine-staging.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild index 5c6d98a08380..b1a6c940cd95 100644 --- a/system/wine-staging/wine-staging.SlackBuild +++ b/system/wine-staging/wine-staging.SlackBuild @@ -34,8 +34,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wine-staging -VERSION=${VERSION:-6.18} -WINEVERSION=${WINEVERSION:-6.18} +VERSION=${VERSION:-7.1} +WINEVERSION=${WINEVERSION:-7.1} 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 e60eaa3d48f3..3326921bb71c 100644 --- a/system/wine-staging/wine-staging.info +++ b/system/wine-staging/wine-staging.info @@ -1,10 +1,10 @@ PRGNAM="wine-staging" -VERSION="6.18" +VERSION="7.1" HOMEPAGE="https://wiki.winehq.org/Wine-Staging" -DOWNLOAD="https://dl.winehq.org/wine/source/6.x/wine-6.18.tar.xz \ - https://github.com/wine-staging/wine-staging/archive/v6.18/wine-staging-6.18.tar.gz" -MD5SUM="93f128be210594de65f426d07cccffd7 \ - 3fa5c9f74136cbee144f972cb074fd1b" +DOWNLOAD="https://dl.winehq.org/wine/source/7.x/wine-7.1.tar.xz \ + https://github.com/wine-staging/wine-staging/archive/v7.1/wine-staging-7.1.tar.gz" +MD5SUM="f4add57a716be90b750947642f68a119 \ + a2773409592eca36ba98286477b35f4f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |