diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-04-03 20:58:22 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-05 14:55:21 +0700 |
commit | a9ff819fa46763df9bfc7935787fbb377204f84d (patch) | |
tree | 9d6874167539a00f57b37319443c892ea6aa6411 /system/winetricks/winetricks.SlackBuild | |
parent | 5dbf1304f05a6dce491a9ed1798ab2824cb834c3 (diff) |
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.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/system/winetricks/winetricks.SlackBuild b/system/winetricks/winetricks.SlackBuild index 903f6141e6821..8ec904fbfd69d 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 |