Watch file results

component: main
debian_mangled_uversion: 0.17.0
debian_uversion: 0.17.0
distribution: debian
last_check: 2024-04-20 00:50:16.307006
release: sid
source: rnp
status: up to date
upstream_url: https://github.com/rnpgp/rnp/archive/refs/tags/v0.17.0.tar.gz
upstream_version: 0.17.0
version: 0.17.0-3
watch_file:
version=4
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \
   https://github.com/rnpgp/rnp/tags \
   (?:.*?/)?v?(\d[\d.]*)\.tar\.gz
# rnp now uses submodules upstream, but they might move to libsexpp as
# a separate linked library.
# if they continue with the submodules, we probably need to fetch the
# upstream "release", not just the tag.
# we might need to use the kind of mangling suggested by David Steele in
# https://bugs.debian.org/1019696#30