diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2022-07-31 12:37:36 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-06 20:16:04 +0700 |
commit | 69ad90dfa7f0357ed81d38f0419393e4a4388b00 (patch) | |
tree | d6bf530e8f8930b1b6bbb5c9d7f19761f86d8957 /system/wine-staging | |
parent | bd0047874a05864ce66f198f2b4f2b8891908061 (diff) | |
download | slackbuilds-69ad90dfa7f0357ed81d38f0419393e4a4388b00.tar.gz |
system/wine-staging: Updated for version 7.14.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/wine-staging')
-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 8ddfeaeb8b..2fccf7e6e7 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.12} -WINEVERSION=${WINEVERSION:-7.12} +VERSION=${VERSION:-7.14} +WINEVERSION=${WINEVERSION:-7.14} 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 9a7fe36317..5235018bca 100644 --- a/system/wine-staging/wine-staging.info +++ b/system/wine-staging/wine-staging.info @@ -1,10 +1,10 @@ PRGNAM="wine-staging" -VERSION="7.12" +VERSION="7.14" HOMEPAGE="https://wiki.winehq.org/Wine-Staging" -DOWNLOAD="https://dl.winehq.org/wine/source/7.x/wine-7.12.tar.xz \ - https://github.com/wine-staging/wine-staging/archive/v7.12/wine-staging-7.12.tar.gz" -MD5SUM="3eaf4c7b48e78e03dd7afea287a9e20e \ - 34aa86d8e9f5de5a7955acb7e12d444b" +DOWNLOAD="https://dl.winehq.org/wine/source/7.x/wine-7.14.tar.xz \ + https://github.com/wine-staging/wine-staging/archive/v7.14/wine-staging-7.14.tar.gz" +MD5SUM="cc50fdf2968a33a3e0583353f0b46728 \ + 61016c24e587f771e2a6a6ef7ab7826b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |