mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/winetricks: Updated for version 20170316.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
975d06dbca
commit
ba5356fefe
3 changed files with 12 additions and 8 deletions
|
@ -1,5 +1,9 @@
|
|||
winetricks is a quick and dirty script to download and install
|
||||
various redistributable runtime libraries sometimes needed to
|
||||
run programs in Wine.
|
||||
winetricks is a quick and dirty script to download and install various
|
||||
redistributable runtime libraries sometimes needed to run programs in
|
||||
Wine.
|
||||
|
||||
This build script uses a snapshot of the winetricks script.
|
||||
|
||||
Winetricks is run on the command line.
|
||||
In order to have a GUI, install zenity which is also available at
|
||||
slackbuilds.org.
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=winetricks
|
||||
VERSION=${VERSION:-20170207}
|
||||
VERSION=${VERSION:-20170316}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -36,7 +36,7 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
DOCS="README.md Makefile tests/* src/*.sh src/COPYING"
|
||||
DOCS="README.md Makefile tests/* src/*.sh COPYING"
|
||||
|
||||
set -e
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="winetricks"
|
||||
VERSION="20161107"
|
||||
VERSION="20170316"
|
||||
HOMEPAGE="http://winetricks.org/"
|
||||
DOWNLOAD="https://github.com/Winetricks/winetricks/archive/20170207/winetricks-20170207.tar.gz"
|
||||
MD5SUM="b6b18e03b0710e3c144652cc31c9bceb"
|
||||
DOWNLOAD="http://github.com/Winetricks/winetricks/archive/20170316/winetricks-20170316.tar.gz"
|
||||
MD5SUM="adb7504ee347a9ac76a32b6642a11503"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="cabextract wine"
|
||||
|
|
Loading…
Reference in a new issue