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 | |
parent | 5dbf1304f05a6dce491a9ed1798ab2824cb834c3 (diff) |
system/winetricks: Update for 20230212
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/winetricks')
-rw-r--r-- | system/winetricks/winetricks.SlackBuild | 7 | ||||
-rw-r--r-- | system/winetricks/winetricks.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/system/winetricks/winetricks.SlackBuild b/system/winetricks/winetricks.SlackBuild index 903f6141e682..8ec904fbfd69 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 diff --git a/system/winetricks/winetricks.info b/system/winetricks/winetricks.info index 1e59d2fa4502..2aa5a3590074 100644 --- a/system/winetricks/winetricks.info +++ b/system/winetricks/winetricks.info @@ -1,8 +1,8 @@ PRGNAM="winetricks" -VERSION="20220411" +VERSION="20230212" HOMEPAGE="https://github.com/Winetricks/winetricks" -DOWNLOAD="https://github.com/Winetricks/winetricks/archive/20220411/winetricks-20220411.tar.gz" -MD5SUM="08a83c48fb15921f2829cef24491a639" +DOWNLOAD="https://github.com/Winetricks/winetricks/archive/20230212/winetricks-20230212.tar.gz" +MD5SUM="ddb6b03765e23ffebddcdc98413659e8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="cabextract wine" |