mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/wine: Updated for version 8.0.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
406441c83c
commit
344d42df9f
2 changed files with 5 additions and 5 deletions
|
@ -26,8 +26,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=wine
|
||||
VERSION=${VERSION:-7.0}
|
||||
BUILD=${BUILD:-3}
|
||||
VERSION=${VERSION:-8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wine"
|
||||
VERSION="7.0"
|
||||
VERSION="8.0"
|
||||
HOMEPAGE="http://www.winehq.com/"
|
||||
DOWNLOAD="https://dl.winehq.org/wine/source/7.0/wine-7.0.tar.xz"
|
||||
MD5SUM="a148a02826d9bcaa0ba631389cc522f2"
|
||||
DOWNLOAD="https://dl.winehq.org/wine/source/8.0/wine-8.0.tar.xz"
|
||||
MD5SUM="9b575d61b442da343c6ee7acf6716b60"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue