diff options
Diffstat (limited to 'debian/watch')
-rw-r--r-- | debian/watch | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..cdfa7c2 --- /dev/null +++ b/debian/watch @@ -0,0 +1,5 @@ +version=4 +opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/@PACKAGE@-$1.tar.gz/, \ +uversionmangle=s/(\d)[_\.\-\+]?((a|b)\d*)$/$1~$2/" \ + https://github.com/microsoft/@PACKAGE@/tags \ + https://github.com/microsoft/@PACKAGE@/archive/refs/tags/([^/]*)\.tar\.gz |