Watch file results

component: main
debian_mangled_uversion: 0.3.1
debian_uversion: 0.3.1
distribution: debian
last_check: 2024-05-01 01:21:29.413309
release: sid
source: conman
status: up to date
upstream_url: https://github.com/dun/conman/releases/download/conman-0.3.1/conman-0.3.1.tar.xz
upstream_version: 0.3.1
version: 0.3.1-1
watch_file:
version=4

opts=\
  downloadurlmangle=s|/tag/(@PACKAGE@)-@ANY_VERSION@$|/download/$1-$2/$1-$2.tar.xz|,\
  filenamemangle=s|.*/(@PACKAGE@)-@ANY_VERSION@|$1-$2.tar.xz|,\
  pgpsigurlmangle=s|$|.asc| \
  https://github.com/dun/@PACKAGE@/releases/ /dun/@PACKAGE@/releases/tag/@PACKAGE@-(.+)
# The version part of matching-pattern is more generic than @ANY_VERSION@
# used in the mangles to provoke early errors on unexpected version strings.