system/winetricks: Update for 20220411 (+new maintainer)

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-04-19 15:09:07 -07:00 committed by Willy Sudiarto Raharjo
parent 70083bd01b
commit f37e944fa8
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 6 deletions

View file

@ -1,6 +1,8 @@
#!/bin/bash
# Slackware build script for winetricks
# Copyright 2017-2019 Donald Cooley South Haven, Indiana USA
# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
@ -27,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=winetricks
VERSION=${VERSION:-20190615}
VERSION=${VERSION:-20220411}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="winetricks"
VERSION="20190615"
VERSION="20220411"
HOMEPAGE="https://github.com/Winetricks/winetricks"
DOWNLOAD="https://github.com/Winetricks/winetricks/archive/20190615/winetricks-20190615.tar.gz"
MD5SUM="6aab44e45da90fc53890b472dd499c81"
DOWNLOAD="https://github.com/Winetricks/winetricks/archive/20220411/winetricks-20220411.tar.gz"
MD5SUM="08a83c48fb15921f2829cef24491a639"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cabextract wine"
MAINTAINER="Donald Cooley"
EMAIL="chytraeu@sdf.org"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"