diff options
author | rafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4> | 2007-07-13 21:59:17 +0000 |
---|---|---|
committer | rafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4> | 2007-07-13 21:59:17 +0000 |
commit | d640dd6ae1a267c0b177cbde5238b0373cb8f149 (patch) | |
tree | e10f4c2bd231940a8e8e5c3da9e5cedd99e2d690 /app/emulation/wine | |
parent | 4fad8010831416c99159b8f4fe1b880579c4bdcf (diff) | |
download | slackbuilds-d640dd6ae1a267c0b177cbde5238b0373cb8f149.tar.gz slackbuilds-d640dd6ae1a267c0b177cbde5238b0373cb8f149.tar.bz2 |
wine version bump
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1275 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'app/emulation/wine')
-rwxr-xr-x | app/emulation/wine/wine.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/emulation/wine/wine.SlackBuild b/app/emulation/wine/wine.SlackBuild index 754b605b..cf5d3333 100755 --- a/app/emulation/wine/wine.SlackBuild +++ b/app/emulation/wine/wine.SlackBuild @@ -28,7 +28,7 @@ fi # -------- Variáveis de controle de versão -------------- # Nome da fonte para a qual o slackbuild foi construído e # o seu md5sum -SRC_ORIG="wine-0.9.33.tar.bz2" +SRC_ORIG="wine-0.9.41.tar.bz2" #MD5_ORIG="" PACKAGE_ORIG=`echo $SRC_ORIG | sed 's/\(.*\)-\(.*\)\.\(.*\..*\)$/\1/'` VERSION_ORIG=`echo $SRC_ORIG | sed 's/\(.*\)-\(.*\)\.\(.*\..*\)$/\2/'` |