summaryrefslogtreecommitdiff
path: root/waterfox-ublock-origin/debian/watch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-10-26 23:26:44 +0000
committerB Stack <bgstack15@gmail.com>2020-10-26 23:26:44 +0000
commit0a613261d1c9148a29b710690c52c4402278179d (patch)
treef0e533070438b724b10b32445f703be4baec6623 /waterfox-ublock-origin/debian/watch
parentMerge branch 'makemkv-bump' into 'master' (diff)
parentremove deprecated packages for ubo-combined (diff)
downloadstackrpms-0a613261d1c9148a29b710690c52c4402278179d.tar.gz
stackrpms-0a613261d1c9148a29b710690c52c4402278179d.tar.bz2
stackrpms-0a613261d1c9148a29b710690c52c4402278179d.zip
Merge branch 'ublock-origin-bump' into 'master'
Ublock origin bump See merge request bgstack15/stackrpms!198
Diffstat (limited to 'waterfox-ublock-origin/debian/watch')
-rw-r--r--waterfox-ublock-origin/debian/watch5
1 files changed, 0 insertions, 5 deletions
diff --git a/waterfox-ublock-origin/debian/watch b/waterfox-ublock-origin/debian/watch
deleted file mode 100644
index e7e7f09..0000000
--- a/waterfox-ublock-origin/debian/watch
+++ /dev/null
@@ -1,5 +0,0 @@
-# This can pull in the source code, but not the real xpi file. Unfortunately you need to hand-assemble a tarball with the xpi file in it. See README.debian
-version=4
-# uscan will make a nice symlink, so no name mangling is required.
-#opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/firefox-legacy-$1\.tar\.gz/ \
- https://github.com/gorhill/uBlock-for-firefox-legacy/tags .*/firefox-legacy-v?([\d\.]+)\.tar\.gz
bgstack15