Watch file results

component: main
debian_mangled_uversion: 0.11
debian_uversion: 0.11
distribution: debian
last_check: 2024-04-26 00:25:53.741681
release: sid
source: myhdl
status: up to date
upstream_url: https://github.com/myhdl/myhdl/archive/refs/tags/0.11.tar.gz
upstream_version: 0.11
version: 0.11-1
watch_file:
# Compulsory line, this is a version 4 file
version=4

# GitHub hosted projects
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%-$1.tar.gz%" \
   https://github.com/myhdl/myhdl/tags \
   (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate

# PyPI
# https://pypi.debian.net/myhdl/myhdl-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

# Direct Git
# opts="mode=git" http://git.example.com/myhdl.git \
#   refs/tags/v([\d\.]+) debian uupdate