summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Donald Cooley <chytraeu@sdf.org>2017-12-23 12:28:56 +0000
committer Robby Workman <rworkman@slackbuilds.org>2017-12-27 18:11:22 -0600
commit1f72dd6a99e18e1e15fefc2505a267dbedf43fca (patch)
tree7673a55d5e22f92f799821fc491fe44e552e5c27
parentc0d2b647445bbccd59a233cbb37cb28e29f4f294 (diff)
downloadslackbuilds-1f72dd6a99e18e1e15fefc2505a267dbedf43fca.tar.gz
slackbuilds-1f72dd6a99e18e1e15fefc2505a267dbedf43fca.tar.xz
system/winetricks: Updated for version 20171222.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--system/winetricks/README8
-rw-r--r--system/winetricks/slack-desc10
-rw-r--r--system/winetricks/winetricks.SlackBuild2
-rw-r--r--system/winetricks/winetricks.info8
4 files changed, 15 insertions, 13 deletions
diff --git a/system/winetricks/README b/system/winetricks/README
index dd18263002..118bab6d2d 100644
--- a/system/winetricks/README
+++ b/system/winetricks/README
@@ -1,6 +1,8 @@
-winetricks is a quick and dirty script to download and install various
-redistributable runtime libraries sometimes needed to run programs in
-Wine.
+Winetricks is an easy way to work around problems 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.
diff --git a/system/winetricks/slack-desc b/system/winetricks/slack-desc
index 3633ccd9d5..0a672e1d23 100644
--- a/system/winetricks/slack-desc
+++ b/system/winetricks/slack-desc
@@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----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 is a quick and dirty script to download and install
-winetricks: various redistributable runtime libraries sometimes needed to
-winetricks: run programs in Wine.
+winetricks: Winetricks is an easy way to work around problems in Wine.
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: More info: http://wiki.winehq.org/winetricks
winetricks:
winetricks:
-winetricks:
diff --git a/system/winetricks/winetricks.SlackBuild b/system/winetricks/winetricks.SlackBuild
index 748fe2e0fa..9afd62a104 100644
--- a/system/winetricks/winetricks.SlackBuild
+++ b/system/winetricks/winetricks.SlackBuild
@@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=winetricks
-VERSION=${VERSION:-20170614}
+VERSION=${VERSION:-20171222}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/winetricks/winetricks.info b/system/winetricks/winetricks.info
index 7452afd05b..f7c53a8ae9 100644
--- a/system/winetricks/winetricks.info
+++ b/system/winetricks/winetricks.info
@@ -1,8 +1,8 @@
PRGNAM="winetricks"
-VERSION="20170614"
-HOMEPAGE="http://winetricks.org/"
-DOWNLOAD="http://github.com/Winetricks/winetricks/archive/20170614/winetricks-20170614.tar.gz"
-MD5SUM="7cbd074368bfd4ba3cb3b330b5699e3e"
+VERSION="20171222"
+HOMEPAGE="https://github.com/Winetricks/winetricks"
+DOWNLOAD="https://github.com/Winetricks/winetricks/archive/20171222/winetricks-20171222.tar.gz"
+MD5SUM="387cb117ac4a373b7f3cc87c70957c53"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cabextract wine"