diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2023-02-03 06:36:37 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-04 07:19:56 +0700 |
commit | 2012cd80edcd23fa057f9ce1449018449d6b89d5 (patch) | |
tree | f543d780202cd44492361008b86d9358dbcaf05b /system | |
parent | 386548e73a585b3f4398d05ae66ad77a18402c93 (diff) |
system/wine-staging: Updated for version 8.0.
Signed-off-by: bedlam <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 | 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 14e7c31c4a79..ccb3fe7abfdf 100644 --- a/system/wine-staging/wine-staging.SlackBuild +++ b/system/wine-staging/wine-staging.SlackBuild @@ -34,7 +34,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wine-staging -VERSION=${VERSION:-7.22} +VERSION=${VERSION:-8.0} # This ought to work (madcap laughter) WINEVERSION=${WINEVERSION:-$VERSION} BUILD=${BUILD:-1} diff --git a/system/wine-staging/wine-staging.info b/system/wine-staging/wine-staging.info index 9aa829a55a57..2e02ba43b86c 100644 --- a/system/wine-staging/wine-staging.info +++ b/system/wine-staging/wine-staging.info @@ -1,10 +1,10 @@ PRGNAM="wine-staging" -VERSION="7.22" +VERSION="8.0" HOMEPAGE="https://wiki.winehq.org/Wine-Staging" -DOWNLOAD="https://dl.winehq.org/wine/source/7.x/wine-7.22.tar.xz \ - https://github.com/wine-staging/wine-staging/archive/v7.22/wine-staging-7.22.tar.gz" -MD5SUM="c0f66aab1e6ab19f905ab64adef865d1 \ - 9eece4a4d67187f40abc14958d270874" +DOWNLOAD="https://dl.winehq.org/wine/source/8.0/wine-8.0.tar.xz \ + https://github.com/wine-staging/wine-staging/archive/v8.0/wine-staging-8.0.tar.gz" +MD5SUM="9b575d61b442da343c6ee7acf6716b60 \ + 39c066fa0fa8d507c6ff1a6129549082" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |