summaryrefslogtreecommitdiffstats
path: root/wine
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-09-29 13:17:30 +0000
committer Eric Hameleers <alien@slackware.com>2019-09-29 13:17:30 +0000
commit54d282b710250030fad61a6c2b3ffc263d4ffaef (patch)
treeb166b4c6e322ec8ab5c18129fdc91b6adc1147ba /wine
parent39c452111a871159eb9f8b180d10bf8468c23c25 (diff)
downloadasb-54d282b710250030fad61a6c2b3ffc263d4ffaef.tar.gz
asb-54d282b710250030fad61a6c2b3ffc263d4ffaef.tar.xz
wine: update to 4.17
Diffstat (limited to 'wine')
-rwxr-xr-xwine/build/wine.SlackBuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/wine/build/wine.SlackBuild b/wine/build/wine.SlackBuild
index 38a693d9..59c3fd90 100755
--- a/wine/build/wine.SlackBuild
+++ b/wine/build/wine.SlackBuild
@@ -122,6 +122,8 @@
# * Update.
# 4.11-1 25/jun/2019 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 4.17-1 29/sep/2019 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 .
@@ -131,8 +133,9 @@
PRGNAM=wine
-SRCVER=${SRCVER:-"4.11"}
+SRCVER=${SRCVER:-"4.17"}
VERSION=$(echo $SRCVER | tr '-' '.')
+VERMAJ=$(echo $VERSION | cut -d. -f1)
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -150,7 +153,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.9.0}
+MONO=${MONO:-4.9.3}
DOCS="ANNOUNCE AUTHORS COPYING.LIB ChangeLog LICENSE* README VERSION"
@@ -204,7 +207,7 @@ esac
# Download locations:
DLI=0
SOURCE[$DLI]="$SRCDIR/${PRGNAM}-${SRCVER}.tar.xz"
-SRCURL[$DLI]="http://datapacket.dl.sourceforge.net/project/${PRGNAM}/Source/${PRGNAM}-${SRCVER}.tar.xz"
+SRCURL[$DLI]="https://dl.winehq.org/wine/source/${VERMAJ}.x/${PRGNAM}-${SRCVER}.tar.xz"
DLI=$(($DLI+1))
SOURCE[$DLI]="$SRCDIR/${PRGNAM}-staging-${SRCVER}.tar.gz"