mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/wine-staging: Updated for version 7.18.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
946c71f757
commit
5f82b7ab0e
2 changed files with 8 additions and 7 deletions
|
@ -34,8 +34,9 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=wine-staging
|
||||
VERSION=${VERSION:-7.15}
|
||||
WINEVERSION=${WINEVERSION:-7.15}
|
||||
VERSION=${VERSION:-7.18}
|
||||
# This ought to work (madcap laughter)
|
||||
WINEVERSION=${WINEVERSION:-$VERSION}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="wine-staging"
|
||||
VERSION="7.15"
|
||||
VERSION="7.18"
|
||||
HOMEPAGE="https://wiki.winehq.org/Wine-Staging"
|
||||
DOWNLOAD="https://dl.winehq.org/wine/source/7.x/wine-7.15.tar.xz \
|
||||
https://github.com/wine-staging/wine-staging/archive/v7.15/wine-staging-7.15.tar.gz"
|
||||
MD5SUM="3e2829c669297666632492436dbfe580 \
|
||||
472d97bfe7511018419b3d8e41ec4f56"
|
||||
DOWNLOAD="https://dl.winehq.org/wine/source/7.x/wine-7.18.tar.xz \
|
||||
https://github.com/wine-staging/wine-staging/archive/v7.18/wine-staging-7.18.tar.gz"
|
||||
MD5SUM="879dd506c4aa1c94256c71f494aee72d \
|
||||
c56f115c45e950c0665dc5bfd581d382"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue