diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2022-06-22 15:56:58 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-02 09:55:29 +0700 |
commit | b4f9df94da8fd052eb64dd1a97b19c6b7f817818 (patch) | |
tree | e45289e90ed7a6b6fc05863420f5c1f61aa31ba8 | |
parent | 4d8be2997b54f74632b90aa17e0e111722f7e6ca (diff) | |
download | slackbuilds-b4f9df94da8fd052eb64dd1a97b19c6b7f817818.tar.gz |
system/wine-staging: Updated for version 7.10.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 5a52cc5c50..57d47c3918 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:-7.9} -WINEVERSION=${WINEVERSION:-7.9} +VERSION=${VERSION:-7.10} +WINEVERSION=${WINEVERSION:-7.10} 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 982590ebd7..a383cfa06c 100644 --- a/system/wine-staging/wine-staging.info +++ b/system/wine-staging/wine-staging.info @@ -1,10 +1,10 @@ PRGNAM="wine-staging" -VERSION="7.9" +VERSION="7.10" HOMEPAGE="https://wiki.winehq.org/Wine-Staging" -DOWNLOAD="https://dl.winehq.org/wine/source/7.x/wine-7.9.tar.xz \ - https://github.com/wine-staging/wine-staging/archive/v7.9/wine-staging-7.9.tar.gz" -MD5SUM="ffd325202ee6412dde6d826bcc91bb29 \ - 11c389b8e754ecc2195c027e7075fe9b" +DOWNLOAD="https://dl.winehq.org/wine/source/7.x/wine-7.10.tar.xz \ + https://github.com/wine-staging/wine-staging/archive/v7.10/wine-staging-7.10.tar.gz" +MD5SUM="0c85cb7fd7724cceca8ea219680c94c3 \ + 9e015cac2002a11cef3dc3c64dcb7fe0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |