diff options
author | D Woodfall <dave@slackbuilds.org> | 2023-05-26 23:16:13 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-27 08:08:53 +0700 |
commit | ad6f41141431620c52792056e21119590e0e9dff (patch) | |
tree | df69f8b4b3638c913d7b4c40bffd8db381c9a9d4 /system | |
parent | f0b48828cdbfb420f80c25dfb9f4dc3c08aba7f9 (diff) |
system/wine-staging: Updated for version 8.8.
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 ec29fed97ae3..3c4e7b2e0b66 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:-8.7} +VERSION=${VERSION:-8.8} # 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 88acaffde0c0..d5229066c938 100644 --- a/system/wine-staging/wine-staging.info +++ b/system/wine-staging/wine-staging.info @@ -1,10 +1,10 @@ PRGNAM="wine-staging" -VERSION="8.7" +VERSION="8.8" HOMEPAGE="https://wiki.winehq.org/Wine-Staging" -DOWNLOAD="https://dl.winehq.org/wine/source/8.x/wine-8.7.tar.xz \ - https://github.com/wine-staging/wine-staging/archive/v8.7/wine-staging-8.7.tar.gz" -MD5SUM="9453fb2d98951ea636314b40b54e8498 \ - a561dd40f2ce101dabe1a0ed8cda7070" +DOWNLOAD="https://dl.winehq.org/wine/source/8.x/wine-8.8.tar.xz \ + https://github.com/wine-staging/wine-staging/archive/v8.8/wine-staging-8.8.tar.gz" +MD5SUM="955db89d6a6db587e0787a0851d9c163 \ + 7411057cf79d616fc0409afb6f6e85e2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |