summaryrefslogtreecommitdiff
path: root/palemoon/debian/watch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-03-30 01:39:06 +0000
committerB Stack <bgstack15@gmail.com>2020-03-30 01:39:06 +0000
commit0f09729a604c1061d16cc86e0378ee7122197edd (patch)
treecac0b800fd0bd82ee5ff13ed974d3e1d8818cb63 /palemoon/debian/watch
parentadd alt in mime_types_editor docs (diff)
parentfix d/install locations (diff)
downloadstackrpms-0f09729a604c1061d16cc86e0378ee7122197edd.tar.gz
stackrpms-0f09729a604c1061d16cc86e0378ee7122197edd.tar.bz2
stackrpms-0f09729a604c1061d16cc86e0378ee7122197edd.zip
Merge branch 'palemoon-bump' into 'master'
Palemoon 28.9.0.2 See merge request bgstack15/stackrpms!146
Diffstat (limited to 'palemoon/debian/watch')
-rw-r--r--palemoon/debian/watch8
1 files changed, 5 insertions, 3 deletions
diff --git a/palemoon/debian/watch b/palemoon/debian/watch
index 3f2290d..cc46979 100644
--- a/palemoon/debian/watch
+++ b/palemoon/debian/watch
@@ -1,5 +1,7 @@
# Reference:
-# https://wiki.debian.org/debian/watch
version=4
-#opts=filenamemangle=s/.+\/PMv?(\d\S+)_Release\.tar\.gz/palemoon_$1.orig\.tar\.gz/ \
- https://github.com/MoonchildProductions/UXP/tags .*/PMv?(\d\S+)_Release\.tar\.gz
+opts=filenamemangle=s/.+\/v?(\d\S+)_Release\.tar\.gz/palemoon_$1.orig\.tar\.gz/ \
+ https://github.com/MoonchildProductions/Pale-Moon/tags .*/v?(\d\S+)_Release\.tar\.gz
+# not working. Uscan does not want to download specific, untagged git commits.
+#opts="component=platform" \
+# https://github.com/MoonchildProductions/UXP/archive/41e5925b4271c598601fdc77238bbf6497576594.tar.gz
bgstack15