From 547ca5d155a0fcffff4b781b768758c53da43715 Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Sat, 23 Oct 2021 19:33:02 +0200 Subject: [PATCH] Update watch file to use tags instead of releases. --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index 240eddb..0b5aa2e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/nagios-snmp-plugins-$1\.tar\.gz/,uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1-$2/ \ - https://github.com/SteScho/manubulon-snmp/releases .*/v?(\d\S*)\.tar\.gz + https://github.com/SteScho/manubulon-snmp/tags .*/v?(\d\S*)\.tar\.gz