summaryrefslogtreecommitdiffstats
path: root/wine
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-12-28 15:12:15 +0000
committer Eric Hameleers <alien@slackware.com>2017-12-28 15:12:15 +0000
commit37bace82bd34cd8d9b8ce4e2f5ac62289c3d884d (patch)
treee6a470203964021653c0ebb670f156e9a3a37bf6 /wine
parent1b9f2af8fedce4c86687634abcde14624dd4a4ba (diff)
downloadasb-37bace82bd34cd8d9b8ce4e2f5ac62289c3d884d.tar.gz
asb-37bace82bd34cd8d9b8ce4e2f5ac62289c3d884d.tar.xz
wine: updated to 2.21
Diffstat (limited to 'wine')
-rwxr-xr-xwine/build/wine.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/wine/build/wine.SlackBuild b/wine/build/wine.SlackBuild
index 06171dfe..15179a61 100755
--- a/wine/build/wine.SlackBuild
+++ b/wine/build/wine.SlackBuild
@@ -116,6 +116,8 @@
# * Update. No 2.9 yet because wine=staging is still at 2.8.
# 2.13-1 29/jul/2017 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 2.21-1 28/dec/2017 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 .
@@ -125,7 +127,7 @@
PRGNAM=wine
-SRCVER=${SRCVER:-"2.13"}
+SRCVER=${SRCVER:-"2.21"}
VERSION=$(echo $SRCVER | tr '-' '.')
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -152,7 +154,7 @@ GECKO=${GECKO:-2.47}
# 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:-4.7.0}
+MONO=${MONO:-4.7.1}
DOCS="ANNOUNCE AUTHORS COPYING.LIB ChangeLog LICENSE* README VERSION"
@@ -181,7 +183,7 @@ OUTPUT=${OUTPUT:-/tmp}
MARCH=$( uname -m )
if [ -z "$ARCH" ]; then
case "$MARCH" in
- i?86) export ARCH=i486 ;;
+ i?86) export ARCH=i586 ;;
armv7hl) export ARCH=$MARCH ;;
arm*) export ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs: