summaryrefslogtreecommitdiff
path: root/newmoon/debian/watch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-10-28 21:09:41 +0000
committerB Stack <bgstack15@gmail.com>2020-10-28 21:09:41 +0000
commitc5b45529e813101908e3d632f86be1134c2b1f35 (patch)
tree2f5c8243aebe19c5571196513a8ca0678a703a2d /newmoon/debian/watch
parentMerge branch 'ublock-origin-bump' into 'master' (diff)
parentforce a new commit so OBS will grab it (diff)
downloadstackrpms-c5b45529e813101908e3d632f86be1134c2b1f35.tar.gz
stackrpms-c5b45529e813101908e3d632f86be1134c2b1f35.tar.bz2
stackrpms-c5b45529e813101908e3d632f86be1134c2b1f35.zip
Merge branch 'newmoon-bump' into 'master'
Palemoon 28.15.0 See merge request bgstack15/stackrpms!199
Diffstat (limited to 'newmoon/debian/watch')
-rw-r--r--newmoon/debian/watch1
1 files changed, 1 insertions, 0 deletions
diff --git a/newmoon/debian/watch b/newmoon/debian/watch
index cc46979..3baddaf 100644
--- a/newmoon/debian/watch
+++ b/newmoon/debian/watch
@@ -2,6 +2,7 @@
version=4
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
+# Improve: added for 28.14.2-2 need to learn how to use https://repo.palemoon.org/MoonchildProductions/Pale-Moon/releases/tag/28.14.2_Release now that it is gone from github
# 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