From 4e28766cc0f67e6ab1ae9350ba7252718463ade2 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Thu, 1 Apr 2021 16:35:51 +0530 Subject: [PATCH] Update watch file regex for github.com components --- debian/watch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/watch b/debian/watch index 4b70358372..e3f1c25fc0 100644 --- a/debian/watch +++ b/debian/watch @@ -9,8 +9,8 @@ dversionmangle=s/(\d)[\+]?(debian|dfsg|ds|deb|gh)\d*(\~)*(rc)*(\d)*$/$1$3$4$5/ \ opts="pgpmode=none,component=elasticsearch-rails,\ " https://github.com/elastic/elasticsearch-rails/releases \ - .*/archive/v?(6\.1\.0)@ARCHIVE_EXT@$ ignore + .*/archive/.*/v?(6\.1\.0)@ARCHIVE_EXT@$ ignore opts="pgpmode=none,component=snowplow-javascript-tracker,\ " https://github.com/snowplow/snowplow-javascript-tracker/tags?after=2.11.0-rc3 \ - .*/archive/v?(2\.10\.0)@ARCHIVE_EXT@$ ignore + .*/archive/.*/v?(2\.10\.0)@ARCHIVE_EXT@$ ignore