https://bugs.winehq.org/show_bug.cgi?id=47719
--- Comment #6 from michel_hanzen@skynet.be --- michel@Michel:~$ curl --silent --show-error https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetrick... --stderr - | grep ^WINETRICKS_VERSION | cut -d '=' -f 2 20190615-next
This the latest version available on https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetrick...
#!/bin/sh # shellcheck disable=SC2030,SC2031 # SC2030: Modification of WINE is local (to subshell caused by (..) group). # SC2031: WINE was modified in a subshell. That change might be lost # This has to be right after the shebang, see: https://github.com/koalaman/shellcheck/issues/779
# Name of this version of winetricks (YYYYMMDD) # (This doesn't change often, use the sha256sum of the file when reporting problems) WINETRICKS_VERSION=20190615-next