diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2023-03-24 06:53:19 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-25 10:01:53 +0700 |
commit | 60526b17c8fec5d548765174365f059d7d4ab921 (patch) | |
tree | 946bc66f1e8bf61f4097aa2d098b12d68497f8e0 | |
parent | bdf4ef848a7336e985dc2436cd0f118791c25628 (diff) |
system/wine-staging: Updated for version 8.4.
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 aade91f86c30d..f4db506c04c94 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.3} +VERSION=${VERSION:-8.4} # 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 a892405edbc03..d85db1c4f5000 100644 --- a/system/wine-staging/wine-staging.info +++ b/system/wine-staging/wine-staging.info @@ -1,10 +1,10 @@ PRGNAM="wine-staging" -VERSION="8.3" +VERSION="8.4" HOMEPAGE="https://wiki.winehq.org/Wine-Staging" -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="https://dl.winehq.org/wine/source/8.x/wine-8.4.tar.xz \ + https://github.com/wine-staging/wine-staging/archive/v8.4/wine-staging-8.4.tar.gz" +MD5SUM="fe71c6520788fd6753e8cd4ae9822e3d \ + f663e2754858edd0ef0b185e23f17a61" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |