summaryrefslogtreecommitdiffstats
path: root/system/winetricks/winetricks.SlackBuild
diff options
context:
space:
mode:
author Isaac Yu2023-04-04 05:58:22 +0200
committer Willy Sudiarto Raharjo2023-04-05 09:55:21 +0200
commita9ff819fa46763df9bfc7935787fbb377204f84d (patch)
tree9d6874167539a00f57b37319443c892ea6aa6411 /system/winetricks/winetricks.SlackBuild
parent5dbf1304f05a6dce491a9ed1798ab2824cb834c3 (diff)
downloadslackbuilds-a9ff819fa46763df9bfc7935787fbb377204f84d.tar.gz
system/winetricks: Update for 20230212
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/winetricks/winetricks.SlackBuild')
-rw-r--r--system/winetricks/winetricks.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/system/winetricks/winetricks.SlackBuild b/system/winetricks/winetricks.SlackBuild
index 903f6141e6..8ec904fbfd 100644
--- a/system/winetricks/winetricks.SlackBuild
+++ b/system/winetricks/winetricks.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for winetricks
# Copyright 2017-2019 Donald Cooley South Haven, Indiana USA
-# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
+# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com>
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
@@ -29,16 +29,13 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=winetricks
-VERSION=${VERSION:-20220411}
+VERSION=${VERSION:-20230212}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0