system/wine: Updated for version 1.2.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
David Woodfall 2010-07-27 17:37:26 -05:00 committed by Erik Hanson
parent daabcbdca3
commit a2e3a80eeb
2 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wine
VERSION=${VERSION:-1.1.44}
VERSION=${VERSION:-1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -42,7 +42,7 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
# Some user reports indicate that wine and IE don't always get along
# and that this might fix it. The wine team doesn't agree that it's
# and that this might fix it. The wine team doesn't agree that it's
# the right thing to do, but it's your call.
IEFIX=${IEFIX:-NO}

View file

@ -1,10 +1,10 @@
PRGNAM="wine"
VERSION="1.1.44"
VERSION="1.2"
HOMEPAGE="http://www.winehq.com/"
DOWNLOAD="http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.44.tar.bz2"
MD5SUM="f18649bd71b9099fecad22436d239cba"
DOWNLOAD="http://downloads.sourceforge.net/project/wine/Source/wine-1.2.tar.bz2"
MD5SUM="eb4e5423b277fc1e77807b04f366f7b7"
DOWNLOAD_x86_64="UNSUPPORTED"
MD5SUM_x86_64=""
MAINTAINER="David Woodfall"
EMAIL="dave@dawoodfall.net"
APPROVED="rworkman"
APPROVED="Erik Hanson"