summaryrefslogtreecommitdiffstats
path: root/wine
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-03-01 14:12:48 +0000
committer Eric Hameleers <alien@slackware.com>2022-03-01 14:12:48 +0000
commitc15226a582f6b66c7a21c8ad4d72a0858bf3d521 (patch)
tree2971b441c20b7e57e92a2363256e0ecfc538bf56 /wine
parent1560eff4270f0c1f9385a6d1986effa9eedae014 (diff)
downloadasb-c15226a582f6b66c7a21c8ad4d72a0858bf3d521.tar.gz
asb-c15226a582f6b66c7a21c8ad4d72a0858bf3d521.tar.xz
wine: update to 7.3
Diffstat (limited to 'wine')
-rwxr-xr-xwine/build/wine.SlackBuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/wine/build/wine.SlackBuild b/wine/build/wine.SlackBuild
index 20020982..d68e5a55 100755
--- a/wine/build/wine.SlackBuild
+++ b/wine/build/wine.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2006-2021 Eric Hameleers, Eindhoven, NL
+# Copyright 2006-2022 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -142,6 +142,8 @@
# * Update.
# 6.23-1 22/dec/2021 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 7.3-1 01/mar/2022 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh wine.SlackBuild' to build a Slackware package.
# The package (.txz) plus descriptive .txt file are created in /tmp .
@@ -151,8 +153,8 @@
PRGNAM=wine
-SRCVER=${SRCVER:-"6.23"}
-STAGING=${STAGING:-"6.23"}
+SRCVER=${SRCVER:-"7.3"}
+STAGING=${STAGING:-"7.3"}
VERSION=$(echo $SRCVER | tr '-' '.')
VERMAJ=$(echo $VERSION | cut -d. -f1)
VERMIN=$(echo $VERSION | cut -d. -f2) ; [ $VERMIN -ne 0 ] && VERMIN="x"
@@ -176,7 +178,7 @@ GECKO=${GECKO:-2.47.2}
# In a 64 bit wineprefix, substitute wine64 for wine in the above command.
# If you do not want to add mono, define MONO=NO instead of a number.
# See https://wiki.winehq.org/Mono
-MONO=${MONO:-7.0.0}
+MONO=${MONO:-7.1.1}
# Set the variable OPENGL to "NO" if you don't have a card that
# supports hardware accelerated OpenGL: