mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
system/winetricks: Updated for version 20180603.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
de50605cef
commit
3def249e69
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
# Slackware build script for winetricks
|
||||
# Copyright 2017 Donald Cooley South Haven, Indiana USA
|
||||
# Copyright 2017-2018 Donald Cooley South Haven, Indiana USA
|
||||
|
||||
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=winetricks
|
||||
VERSION=${VERSION:-20171222}
|
||||
VERSION=${VERSION:-20180603}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="winetricks"
|
||||
VERSION="20171222"
|
||||
VERSION="20180603"
|
||||
HOMEPAGE="https://github.com/Winetricks/winetricks"
|
||||
DOWNLOAD="https://github.com/Winetricks/winetricks/archive/20171222/winetricks-20171222.tar.gz"
|
||||
MD5SUM="387cb117ac4a373b7f3cc87c70957c53"
|
||||
DOWNLOAD="https://github.com/Winetricks/winetricks/archive/20180603/winetricks-20180603.tar.gz"
|
||||
MD5SUM="ddb67b7b6e9e73213fb72779291d7a2d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="cabextract wine"
|
||||
|
|
Loading…
Reference in a new issue