Watch file results

component: contrib
debian_mangled_uversion: 20230212
debian_uversion: 20230212
distribution: debian
last_check: 2023-12-04 00:23:21.054176
release: sid
source: winetricks
status: up to date
upstream_url: https://github.com/Winetricks/winetricks/archive/refs/tags/20230212.tar.gz
upstream_version: 20230212
version: 20230212-2
watch_file:
version=4

# Download the tarball from the releases website (directory
# prefix "winetricks-$tag/") instead of the tarball from the api
# release file ("Winetricks-winetricks-$tag-$commit/")
opts="searchmode=plain,\
downloadurlmangle=s#api.github.com/repos/([^/]+)/([^/]+)/tarball/(@ANY_VERSION@)#github.com/${1}/${2}/archive/refs/tags/${3}.tar.gz#,\
filenamemangle=s#.+/@ANY_VERSION@#winetricks-${1}.tar.gz#" \
https://api.github.com/repos/Winetricks/winetricks/releases \
https://api\.github\.com/repos/[^/]+/[^/]+/tarball/@ANY_VERSION@

# winetricks-20230212 failed to verify because git changed to an internal gzip
# (which was used by upstream for a local tarball to sign), while github uses
# the external gzip to create the tarball. Therefore disable the automatic
# verification for now and verify the tarball manually.
#pgpsigurlmangle=s#archive/refs/tags/(@ANY_VERSION@)\.tar\.gz#releases/download/${1}/${1}.tar.gz.asc#,\