mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/wine: Updated for version 1.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
df88bfbc4c
commit
f6ce7a4cf0
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=wine
|
||||
VERSION=${VERSION:-1.6.2}
|
||||
VERSION=${VERSION:-1.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wine"
|
||||
VERSION="1.6.2"
|
||||
VERSION="1.8"
|
||||
HOMEPAGE="http://www.winehq.com/"
|
||||
DOWNLOAD="http://ftp.winehq.org/pub/wine/source/1.6/wine-1.6.2.tar.bz2"
|
||||
MD5SUM="0f6c56f86befe38e219090915f81f48a"
|
||||
DOWNLOAD="http://prdownloads.sourceforge.net/wine/wine-1.8.tar.bz2"
|
||||
MD5SUM="96b51a2f2ae727802d71095354e69fef"
|
||||
DOWNLOAD_x86_64="UNSUPPORTED"
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue