winetricks: update to 20201206.
This commit is contained in:
parent
b0057ff2ec
commit
e983727826
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'winetricks'
|
||||
pkgname=winetricks
|
||||
version=20200412
|
||||
revision=2
|
||||
version=20201206
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
depends="cabextract unzip xmessage" # actually it depends on wine
|
||||
short_desc="Script to install various redistributable runtime libraries in Wine"
|
||||
|
@ -9,4 +9,9 @@ maintainer="mater11234 <mater11234@riseup.net>"
|
|||
license="LGPL-3.0-or-later"
|
||||
homepage="http://wiki.winehq.org/winetricks"
|
||||
distfiles="https://github.com/Winetricks/winetricks/archive/$version.tar.gz"
|
||||
checksum=4b0aa4f11dbc30d10a8edd2bb83fcc34f9b143ab58ccce7b99cd54ebff7ec260
|
||||
checksum=2eb5c09e30be942383e242694e654aa294ed2a396e68c68b5eaa17427bd8242b
|
||||
|
||||
do_check() {
|
||||
# Needs python3-bashate
|
||||
:
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue