mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/wine-staging: Updated for version 9.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a6955c4f2b
commit
7a2a09ad4b
2 changed files with 6 additions and 6 deletions
|
@ -33,7 +33,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=wine-staging
|
||||
VERSION=${VERSION:-9.6}
|
||||
VERSION=${VERSION:-9.7}
|
||||
WINEVERSION=$VERSION
|
||||
STAGINGVERSION=$VERSION
|
||||
ARCHS="i386,x86_64"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="wine-staging"
|
||||
VERSION="9.6"
|
||||
VERSION="9.7"
|
||||
HOMEPAGE="https://wiki.winehq.org/Wine-Staging"
|
||||
DOWNLOAD="https://dl.winehq.org/wine/source/9.x/wine-9.6.tar.xz \
|
||||
https://github.com/wine-staging/wine-staging/archive/v9.6/wine-staging-9.6.tar.gz"
|
||||
MD5SUM="9bc6c11d200b717fa2ad33be31d91da2 \
|
||||
ab997f4aded3004ed736d0bdbf114fb3"
|
||||
DOWNLOAD="https://dl.winehq.org/wine/source/9.x/wine-9.7.tar.xz \
|
||||
https://github.com/wine-staging/wine-staging/archive/v9.7/wine-staging-9.7.tar.gz"
|
||||
MD5SUM="a419a59b3a00a0aa49646065c1aa78a0 \
|
||||
26234ce1a1f9eacce2ea9b19ca70137b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue