system/winetricks: Updated for version 20171222.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Donald Cooley 2017-12-23 12:28:56 +00:00 committed by Robby Workman
parent c0d2b64744
commit 1f72dd6a99
4 changed files with 15 additions and 13 deletions

View file

@ -1,6 +1,8 @@
winetricks is a quick and dirty script to download and install various Winetricks is an easy way to work around problems in Wine.
redistributable runtime libraries sometimes needed to run programs in
Wine. It has a menu of supported games/apps for which it can do all the
workarounds automatically. It also lets you install missing DLLs or
tweak various Wine settings individually.
This build script uses a snapshot of the winetricks script. This build script uses a snapshot of the winetricks script.

View file

@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines. # customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------| |-----handy-ruler------------------------------------------------------|
winetricks: winetricks (script for download and install programs for wine) winetricks: winetricks (script to download and install programs for wine)
winetricks: winetricks:
winetricks: winetricks is a quick and dirty script to download and install winetricks: Winetricks is an easy way to work around problems in Wine.
winetricks: various redistributable runtime libraries sometimes needed to
winetricks: run programs in Wine.
winetricks: winetricks:
winetricks: It has a menu of supported games/apps for which it can do all the
winetricks: workarounds automatically. It also lets you install missing DLLs or
winetricks: tweak various Wine settings individually.
winetricks: winetricks:
winetricks: More info: http://wiki.winehq.org/winetricks winetricks: More info: http://wiki.winehq.org/winetricks
winetricks: winetricks:
winetricks: winetricks:
winetricks:

View file

@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=winetricks PRGNAM=winetricks
VERSION=${VERSION:-20170614} VERSION=${VERSION:-20171222}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="winetricks" PRGNAM="winetricks"
VERSION="20170614" VERSION="20171222"
HOMEPAGE="http://winetricks.org/" HOMEPAGE="https://github.com/Winetricks/winetricks"
DOWNLOAD="http://github.com/Winetricks/winetricks/archive/20170614/winetricks-20170614.tar.gz" DOWNLOAD="https://github.com/Winetricks/winetricks/archive/20171222/winetricks-20171222.tar.gz"
MD5SUM="7cbd074368bfd4ba3cb3b330b5699e3e" MD5SUM="387cb117ac4a373b7f3cc87c70957c53"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="cabextract wine" REQUIRES="cabextract wine"