system/winetricks: Update for 20230212
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5dbf1304f0
commit
a9ff819fa4
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue