diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-18 07:02:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-18 07:07:56 +0000 |
commit | 989d372856973e52f5dd4a8616532512b47306cd (patch) | |
tree | 44c39a8da002e6439976ad5ba9cb8e466c3ddfed | |
parent | Correcting vcs urls. (diff) | |
download | foxyproxy-firefox-extension-989d372856973e52f5dd4a8616532512b47306cd.tar.xz foxyproxy-firefox-extension-989d372856973e52f5dd4a8616532512b47306cd.zip |
Updating watch file.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/watch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/watch b/debian/watch index 5469ff0..822ac6a 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,3 @@ version=4 opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/firefox-extension-$1\.tar\.gz/ \ -dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$// \ -https://github.com/foxyproxy/firefox-extension/releases .*/v?(\d\S+)\.tar\.gz +https://github.com/foxyproxy/firefox-extension/tags .*/v?(\d\S+)\.tar\.gz |