Watch file results

component: main
debian_mangled_uversion: 2.59.0
debian_uversion: 2.59.0
distribution: debian
last_check: 2026-08-09 13:20:13.877736
metadata: Bug-Database: https://github.com/pgbackrest/pgbackrest/issues Bug-Submit: https://github.com/pgbackrest/pgbackrest/issues/new Repository: https://github.com/pgbackrest/pgbackrest.git Repository-Browse: https://github.com/pgbackrest/pgbackrest
release: sid
source: pgbackrest
status: up to date
upstream_url: https://github.com/pgbackrest/pgbackrest/releases/download/release/2.59.0/pgbackrest-2.59.0.tar.gz
upstream_version: 2.59.0
version: 2.59.0-1
watch_file:
Version: 5

Template: github
Owner: pgbackrest
Project: pgbackrest
Custom-Version: release/@ANY_VERSION@
# The GitHub template fetches
#
#    https://api.github.com/repos///git/matching-refs/tags/
#
# which contains URLs to the various tags on the GitHub-hosted repo. These URLs
# are of the form
#
#    https://api.github.com/repos///git/refs/tags/.
#
# The template sets Download-Url-Mangle to
#
#     s%(api.github.com/repos/[^/]+/[^/]+)/git/refs/%$1/tarball/refs/%g
#
# (see man 5 debian-watch) which converts the URL to
#
#    https://api.github.com/repos///tarball/refs/
#
# which downloads a repository archive of .
#
# This overrides the Download-Url-Mangle to instead convert the URL to a named
# release asset:
#
# https://github.com///releases/download//pgbackreset-$2.tar.gz
#
Download-Url-Mangle: s%api.github.com/repos/([^/]+/[^/]+)/git/refs/tags/release/@ANY_VERSION@%github.com/$1/releases/download/release/$2/@PACKAGE@-$2.tar.gz%g