diff options
Diffstat (limited to '')
-rw-r--r-- | debian/watch | 4 | ||||
-rw-r--r-- | debian/watch.stable | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..fb31e1b --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=4 +opts="searchmode=plain, uversionmangle=s/\.(alpha|beta|rc)/~$1/, downloadurlmangle=s|cache.json||" \ +https://download.gnome.org/sources/@PACKAGE@/cache.json \ + [\d.]+/@PACKAGE@-@ANY_VERSION@@ARCHIVE_EXT@ diff --git a/debian/watch.stable b/debian/watch.stable new file mode 100644 index 0000000..64675b4 --- /dev/null +++ b/debian/watch.stable @@ -0,0 +1,4 @@ +version=4 +opts="searchmode=plain, uversionmangle=s/\.(alpha|beta|rc)/~$1/, downloadurlmangle=s|cache.json||" \ +https://download.gnome.org/sources/@PACKAGE@/cache.json \ + [\d.]+/@PACKAGE@-([\d.]+)@ARCHIVE_EXT@ |