summaryrefslogtreecommitdiff
path: root/freefilesync/debian
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-01-02 21:53:32 -0500
committerB Stack <bgstack15@gmail.com>2020-01-02 21:53:32 -0500
commitb03e7119280c696daf4c8811d700f626d6d5949a (patch)
tree4d3d770249df82af0f8c773321b219f20b46d6fc /freefilesync/debian
parentMerge branch 'notepadpp-bump' into 'master' (diff)
downloadstackrpms-b03e7119280c696daf4c8811d700f626d6d5949a.tar.gz
stackrpms-b03e7119280c696daf4c8811d700f626d6d5949a.tar.bz2
stackrpms-b03e7119280c696daf4c8811d700f626d6d5949a.zip
improve debian/watch files for many packages
Now that I read `man uscan` and https://wiki.debian.org/debian/watch
Diffstat (limited to 'freefilesync/debian')
-rw-r--r--freefilesync/debian/watch5
1 files changed, 3 insertions, 2 deletions
diff --git a/freefilesync/debian/watch b/freefilesync/debian/watch
index 880dfa8..aeea20e 100644
--- a/freefilesync/debian/watch
+++ b/freefilesync/debian/watch
@@ -1,3 +1,4 @@
# You must remove unused comment lines for the released package.
-version=3
-https://gitlab.com/opensource-tracking/FreeFileSync/-/archive/([\d\.]+)/FreeFileSync-([\d\.]+).tar.gz
+version=4
+opts=filenamemangle=s/.*\/archive\/(\d\S+)\/FreeFileSync.*\.tar\.gz/FreeFileSync-$1\.tar\.gz/g \
+ https://gitlab.com/opensource-tracking/FreeFileSync/tags?sort=updated_desc .*/archive/(\d\S+)/.*\.tar\.gz.*
bgstack15