mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
system/wine: Updated for version 7.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
72d9a9cefb
commit
01974e3618
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=wine
|
||||
VERSION=${VERSION:-6.0.1}
|
||||
VERSION=${VERSION:-7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wine"
|
||||
VERSION="6.0.1"
|
||||
VERSION="7.0"
|
||||
HOMEPAGE="http://www.winehq.com/"
|
||||
DOWNLOAD="https://dl.winehq.org/wine/source/6.0/wine-6.0.1.tar.xz"
|
||||
MD5SUM="f8c972868ce29a2f376dab97ccd4f567"
|
||||
DOWNLOAD="https://dl.winehq.org/wine/source/7.0/wine-7.0.tar.xz"
|
||||
MD5SUM="a148a02826d9bcaa0ba631389cc522f2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue