summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dave Woodfall2022-07-15 18:51:57 +0200
committer Willy Sudiarto Raharjo2022-07-17 01:40:07 +0200
commit7a8d59f5126de33dba917998c8830dedb4331632 (patch)
tree15c6f063950d0bd3049659e2df5568f3d1ca685d
parent4f5a17798f50beac78fde6fbdf656399cc2c5b9b (diff)
downloadslackbuilds-7a8d59f5126de33dba917998c8830dedb4331632.tar.gz
system/wine-staging: Updated for version 7.12. Fix README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/wine-staging/README2
-rw-r--r--system/wine-staging/wine-staging.SlackBuild4
-rw-r--r--system/wine-staging/wine-staging.info10
3 files changed, 8 insertions, 8 deletions
diff --git a/system/wine-staging/README b/system/wine-staging/README
index f24ee13cc5..9a14fdc03e 100644
--- a/system/wine-staging/README
+++ b/system/wine-staging/README
@@ -43,7 +43,7 @@ MULTILIB
To build the 32 bit wine on x86_64 you will need to have
multilib packages installed, unless you want to build for
-Windows 64 bit applications only (using WIN64=yes WIN32=no.)
+Windows 64 bit applications only.
alienBOB's multilib readme and repo:
diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild
index 57d47c3918..8ddfeaeb8b 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.10}
-WINEVERSION=${WINEVERSION:-7.10}
+VERSION=${VERSION:-7.12}
+WINEVERSION=${WINEVERSION:-7.12}
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 a383cfa06c..9a7fe36317 100644
--- a/system/wine-staging/wine-staging.info
+++ b/system/wine-staging/wine-staging.info
@@ -1,10 +1,10 @@
PRGNAM="wine-staging"
-VERSION="7.10"
+VERSION="7.12"
HOMEPAGE="https://wiki.winehq.org/Wine-Staging"
-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="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_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""