summaryrefslogtreecommitdiffstats
path: root/wine
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-01-02 19:25:02 +0000
committer Eric Hameleers <alien@slackware.com>2015-01-02 19:25:02 +0000
commit535cedbefb89612228a884ab1250495f9de9804f (patch)
tree2d08e3cd0310ac6dfad8da5392b507eb498ebe33 /wine
parent1ebb342e9ec24044b5b59ad9b6be50697dd54949 (diff)
downloadasb-535cedbefb89612228a884ab1250495f9de9804f.tar.gz
asb-535cedbefb89612228a884ab1250495f9de9804f.tar.xz
Update to 1.7.33
Diffstat (limited to 'wine')
-rwxr-xr-xwine/build/wine.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/wine/build/wine.SlackBuild b/wine/build/wine.SlackBuild
index cbd7804f..aeef2516 100755
--- a/wine/build/wine.SlackBuild
+++ b/wine/build/wine.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2006-2014 Eric Hameleers, Eindhoven, NL
+# Copyright 2006-2015 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -96,6 +96,7 @@
# 1.7.14-1 18/mar/2014 by Eric Hameleers <alien@slackware.com>
# * Added wine64 'shared installation', think 'WoW64'.
# 1.7.24-1 09/aug/2014 by Eric Hameleers <alien@slackware.com>
+# 1.7.33-1 02/jan/2015 by Eric Hameleers <alien@slackware.com>
#
# Run 'sh wine.SlackBuild' to build a Slackware package.
# The package (.txz) plus descriptive .txt file are created in /tmp .
@@ -105,7 +106,7 @@
PRGNAM=wine
-SRCVER=${SRCVER:-"1.7.24"}
+SRCVER=${SRCVER:-"1.7.33"}
VERSION=$(echo $SRCVER | tr '-' '.')
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -115,7 +116,7 @@ DO_WINE64=${DO_WINE64:-"yes"}
# Add the "Gecko", Wine's own implementation of Internet Explorer.
# For matching wine_gecko & wine versions, see http://wiki.winehq.org/Gecko
-GECKO=${GECKO:-2.24}
+GECKO=${GECKO:-2.34}
DOCS="ANNOUNCE AUTHORS COPYING.LIB ChangeLog LICENSE* README VERSION"