mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/winetricks: Updated for version 20151116.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
49f13a124f
commit
6a0c16749a
2 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for winetricks
|
||||
|
||||
# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
|
||||
|
@ -25,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=winetricks
|
||||
VERSION=${VERSION:-20150826}
|
||||
VERSION=${VERSION:-20151116}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="winetricks"
|
||||
VERSION="20150826"
|
||||
VERSION="20151116"
|
||||
HOMEPAGE="http://winetricks.org/"
|
||||
DOWNLOAD="https://github.com/Winetricks/winetricks/archive/20150826.tar.gz"
|
||||
MD5SUM="b6e5df1fd17f47a9ae0fb53d3a7e0dee"
|
||||
DOWNLOAD="https://github.com/Winetricks/winetricks/archive/20151116.tar.gz"
|
||||
MD5SUM="56b27283d0560bbbf33bcccaeb97ebb3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="cabextract wine"
|
||||
|
|
Loading…
Reference in a new issue