mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/wine-staging: Updated for version 8.21.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d57d879fa1
commit
130bda0882
2 changed files with 6 additions and 6 deletions
|
@ -33,7 +33,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=wine-staging
|
||||
VERSION=${VERSION:-8.20}
|
||||
VERSION=${VERSION:-8.21}
|
||||
WINEVERSION=${WINEVERSION:-$VERSION}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="wine-staging"
|
||||
VERSION="8.20"
|
||||
VERSION="8.21"
|
||||
HOMEPAGE="https://wiki.winehq.org/Wine-Staging"
|
||||
DOWNLOAD="https://dl.winehq.org/wine/source/8.x/wine-8.20.tar.xz \
|
||||
https://github.com/wine-staging/wine-staging/archive/v8.20/wine-staging-8.20.tar.gz"
|
||||
MD5SUM="77de870a7041965d6a0b9a3f03eba3a0 \
|
||||
6a62ead8ab0c22f63e58cf298e695049"
|
||||
DOWNLOAD="https://dl.winehq.org/wine/source/8.x/wine-8.21.tar.xz \
|
||||
https://github.com/wine-staging/wine-staging/archive/v8.21/wine-staging-8.21.tar.gz"
|
||||
MD5SUM="8f8f3fa132b35c9395da891d80ab3b24 \
|
||||
987dedeabd9b8d8d701c6bed5c56407d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue