mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/wine: Updated for version 1.1.44.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
a3932df47b
commit
f8c9f19cb2
2 changed files with 10 additions and 8 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=wine
|
||||
VERSION=${VERSION:-1.1.42}
|
||||
VERSION=${VERSION:-1.1.44}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -41,14 +41,16 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
# Some user reports indicate the wine and IE don't get along
|
||||
# always, 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.
|
||||
# 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
|
||||
# the right thing to do, but it's your call.
|
||||
IEFIX=${IEFIX:-NO}
|
||||
|
||||
# If your video card does not support hardware accelerated OpenGL,
|
||||
# the run the script like: OPENGL=NO ./wine.SlackBuild
|
||||
OPENGL=${OPENGL:-YES}
|
||||
# This patch is for Fallout3. May conflict with other apps though.
|
||||
|
||||
# This patch is for Fallout3. It may conflict with other apps though.
|
||||
FALLOUT3=${FALLOUT3:-NO}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wine"
|
||||
VERSION="1.1.42"
|
||||
VERSION="1.1.44"
|
||||
HOMEPAGE="http://www.winehq.com/"
|
||||
DOWNLOAD="http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.42.tar.bz2"
|
||||
MD5SUM="a4cd47db12a458cc0b548917d0dee64c"
|
||||
DOWNLOAD="http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.44.tar.bz2"
|
||||
MD5SUM="f18649bd71b9099fecad22436d239cba"
|
||||
DOWNLOAD_x86_64="UNSUPPORTED"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="David Woodfall"
|
||||
|
|
Loading…
Reference in a new issue