diff options
author | rudson <rudson@370017ae-e619-0410-ac65-c121f96126d4> | 2008-04-19 13:00:35 +0000 |
---|---|---|
committer | rudson <rudson@370017ae-e619-0410-ac65-c121f96126d4> | 2008-04-19 13:00:35 +0000 |
commit | e513378c3d9d77d98df82e24f38a5e9341e5989e (patch) | |
tree | 74dec6abf0a9c536a0061392aec459c8acb5fec1 /app/emulation/wine | |
parent | 6e10531c1b5028d573de17b560b723678410568a (diff) | |
download | slackbuilds-e513378c3d9d77d98df82e24f38a5e9341e5989e.tar.gz slackbuilds-e513378c3d9d77d98df82e24f38a5e9341e5989e.tar.bz2 |
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1698 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'app/emulation/wine')
-rwxr-xr-x | app/emulation/wine/wine.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/emulation/wine/wine.SlackBuild b/app/emulation/wine/wine.SlackBuild index 3a719a89..14153afe 100755 --- a/app/emulation/wine/wine.SlackBuild +++ b/app/emulation/wine/wine.SlackBuild @@ -16,7 +16,7 @@ # # slackbuild for wine, by Rudson R. Alves # requires: -# tested: wine-0.9.53 +# tested: wine-0.9.59 # # Look for slackbuildrc @@ -31,7 +31,7 @@ CWD="$(pwd)" SRC_NAME="wine" PKG_NAME="wine" ARCH=${ARCH:=i486} -SRC_VERSION=${VERSION:=0.9.58} +SRC_VERSION=${VERSION:=0.9.59} PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')" BUILD=${BUILD:=1rra} SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME |