diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2023-03-17 00:34:58 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-18 09:50:24 +0700 |
commit | f943495036b87c26fd260692a32ea90c5c564b37 (patch) | |
tree | 3825e250d4dabd207ef49a9564268a005b699d59 | |
parent | 52393d24155782dd2bff1d0e6fa8410d8a80ec8f (diff) |
system/wine-staging: Updated for version 8.3.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 23b5964d02c4..aade91f86c30 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.2} +VERSION=${VERSION:-8.3} # 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 50353be82159..a892405edbc0 100644 --- a/system/wine-staging/wine-staging.info +++ b/system/wine-staging/wine-staging.info @@ -1,10 +1,10 @@ PRGNAM="wine-staging" -VERSION="8.2" +VERSION="8.3" HOMEPAGE="https://wiki.winehq.org/Wine-Staging" -DOWNLOAD="https://dl.winehq.org/wine/source/8.x/wine-8.2.tar.xz \ - https://github.com/wine-staging/wine-staging/archive/v8.2/wine-staging-8.2.tar.gz" -MD5SUM="7ab685994a0866bda3388e665bbdf48b \ - d65f198fcc3684fbe611f418dd3bb598" +DOWNLOAD="https://dl.winehq.org/wine/source/8.x/wine-8.3.tar.xz \ + https://github.com/wine-staging/wine-staging/archive/v8.3/wine-staging-8.3.tar.gz" +MD5SUM="83447d9971189e2a11f5f60e78f5e98a \ + 7f3b7852a6a3c077d6f96f5b4429aad7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |