summaryrefslogtreecommitdiffstats
path: root/system/wine/wine.SlackBuild
diff options
context:
space:
mode:
author Dave Woodfall2023-03-28 00:37:30 +0200
committer Willy Sudiarto Raharjo2023-04-01 04:14:09 +0200
commita49bc5e4a11d4ac323fbe198872a77ee516e9398 (patch)
tree6a92c4e1dcd9fbb1c361b64df1db8f29f1e829fd /system/wine/wine.SlackBuild
parent24e3d37a8853c684fa361add826b06e5b2062f9c (diff)
downloadslackbuilds-a49bc5e4a11d4ac323fbe198872a77ee516e9398.tar.gz
system/wine: Revert back to stable 7.0.2.
This was mistakenly updated to the -staging version. Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/wine/wine.SlackBuild')
-rw-r--r--system/wine/wine.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/wine/wine.SlackBuild b/system/wine/wine.SlackBuild
index b922732d6a..be2f2950b7 100644
--- a/system/wine/wine.SlackBuild
+++ b/system/wine/wine.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=wine
-VERSION=${VERSION:-8.0}
+VERSION=${VERSION:-7.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}