summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-06-03 14:22:00 +0000
committer Eric Hameleers <alien@slackware.com>2014-06-03 14:22:00 +0000
commit97e0b9c30ed9c8f6cc00fc5af5ff907ca315af75 (patch)
tree450555a3854931e2f107574da5315c29b5c871de
parenta66353c97f3f537f0e8fca5869179a9d68fd974e (diff)
downloadasb-97e0b9c30ed9c8f6cc00fc5af5ff907ca315af75.tar.gz
asb-97e0b9c30ed9c8f6cc00fc5af5ff907ca315af75.tar.xz
Update to wine 1.7.19 plus compholio patch set
-rwxr-xr-xwine-pipelight/build/wine-pipelight.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/wine-pipelight/build/wine-pipelight.SlackBuild b/wine-pipelight/build/wine-pipelight.SlackBuild
index 17a280f5..aab3a15c 100755
--- a/wine-pipelight/build/wine-pipelight.SlackBuild
+++ b/wine-pipelight/build/wine-pipelight.SlackBuild
@@ -43,7 +43,10 @@
# 1.7.13-1 22/feb/2014 by Eric Hameleers <alien@slackware.com>
# Update to wine 1.7.13 plus compholio patch set.
# 1.7.16-1 08/apr/2014 by Eric Hameleers <alien@slackware.com>
-# Update to wine 1.7.15 plus compholio patch set.
+# Update to wine 1.7.16 plus compholio patch set.
+# 1.7.19-1 03/jun/2014 by Eric Hameleers <alien@slackware.com>
+# Update to wine 1.7.19 plus compholio patch set to accompany
+# the pipelight 0.2.7 release.
#
# Run 'sh wine-pipelight.SlackBuild' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -53,7 +56,7 @@
PRGNAM=wine-pipelight
SRCNAM=wine
-SRCVER=${SRCVER:-"1.7.16"}
+SRCVER=${SRCVER:-"1.7.19"}
VERSION=$(echo $SRCVER | tr '-' '.')
BUILD=${BUILD:-1}
TAG=${TAG:-alien}