diff options
author | D Woodfall <dave@slackbuilds.org> | 2023-04-29 15:38:37 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-06 08:28:21 +0700 |
commit | 88a60aade913b0622c4d6b35432045b86689996b (patch) | |
tree | 8a5d69f25d2071312f01b8b7aad4e76e6864b60d /system | |
parent | 279a22764c21434c0943528439922df99f779ab1 (diff) |
system/wine-staging: Updated for version 8.7.
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 | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild index b97897d18acd..ec29fed97ae3 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.5} +VERSION=${VERSION:-8.7} # 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 0f5e18e95820..88acaffde0c0 100644 --- a/system/wine-staging/wine-staging.info +++ b/system/wine-staging/wine-staging.info @@ -1,12 +1,12 @@ PRGNAM="wine-staging" -VERSION="8.5" +VERSION="8.7" HOMEPAGE="https://wiki.winehq.org/Wine-Staging" -DOWNLOAD="https://dl.winehq.org/wine/source/8.x/wine-8.5.tar.xz \ - https://github.com/wine-staging/wine-staging/archive/v8.5/wine-staging-8.5.tar.gz" -MD5SUM="dba92e164ccc3720b55f7962d4188744 \ - 38b6ae980b9691d896a44c86c799571e" +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_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Dave Woodfall" +MAINTAINER="D Woodfall" EMAIL="dave@slackbuilds.org" |