summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYadd <yadd@debian.org>2021-04-14 18:06:21 +0200
committerYadd <yadd@debian.org>2021-04-14 18:06:21 +0200
commit4d5e80863ac276b9c5a06f3ae5c0543e8d09ce10 (patch)
treecb8f7514197ac76e413f34aee2f226f15585e444
parentc6a0f517387e76e4b3d25feb8968100d8ef07325 (diff)
Fix GitHub tags regex
-rw-r--r--debian/watch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/watch b/debian/watch
index f6710ff..fe1a033 100644
--- a/debian/watch
+++ b/debian/watch
@@ -2,4 +2,4 @@ version=4
opts=\
dversionmangle=auto,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-d3-geo-$1.tar.gz/ \
- https://github.com/d3/d3-geo/tags .*/archive/v?([\d\.]+).tar.gz
+ https://github.com/d3/d3-geo/tags .*/archive/.*/v?([\d\.]+).tar.gz