diff options
author | B Stack <bgstack15@gmail.com> | 2020-02-12 00:43:00 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-02-12 00:43:00 +0000 |
commit | 69001f6e35ac4d49d6ceab76344854fa77e808e2 (patch) | |
tree | ae20854b6feb039bcc7f92c145b7ff264f1d9130 /waterfox-ublock-origin | |
parent | Merge branch 'xdg-themes-stackrpms-bump' into 'master' (diff) | |
parent | add xdgmenumaker-user script and menu entry (diff) | |
download | stackrpms-69001f6e35ac4d49d6ceab76344854fa77e808e2.tar.gz stackrpms-69001f6e35ac4d49d6ceab76344854fa77e808e2.tar.bz2 stackrpms-69001f6e35ac4d49d6ceab76344854fa77e808e2.zip |
Merge branch 'updates' into 'master'
veracrypt, xdgmenumaker, ublock-origin, notepadpp, palemoon, xseticon dpkg
Closes #16
See merge request bgstack15/stackrpms!122
Diffstat (limited to 'waterfox-ublock-origin')
-rw-r--r-- | waterfox-ublock-origin/debian/changelog | 7 | ||||
-rw-r--r-- | waterfox-ublock-origin/waterfox-ublock-origin.spec | 11 |
2 files changed, 15 insertions, 3 deletions
diff --git a/waterfox-ublock-origin/debian/changelog b/waterfox-ublock-origin/debian/changelog index ad35d72..428e2eb 100644 --- a/waterfox-ublock-origin/debian/changelog +++ b/waterfox-ublock-origin/debian/changelog @@ -1,3 +1,10 @@ +waterfox-ublock-origin (1.16.4.16-1+devuan) obs; urgency=medium + + * Update + * Upstream changed locations + + -- B Stack <bgstack15@gmail.com> Mon, 27 Jan 2020 08:46:37 -0500 + waterfox-ublock-origin (1.16.4.14-1+devuan) obs; urgency=medium * Update diff --git a/waterfox-ublock-origin/waterfox-ublock-origin.spec b/waterfox-ublock-origin/waterfox-ublock-origin.spec index 332a11c..042f490 100644 --- a/waterfox-ublock-origin/waterfox-ublock-origin.spec +++ b/waterfox-ublock-origin/waterfox-ublock-origin.spec @@ -4,14 +4,15 @@ %global app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\} Name: %{app_name}-ublock-origin -Version: 1.16.4.14 +Version: 1.16.4.16 Release: 1 Summary: uBlock Origin installed to system Waterfox extensions directory Group: Applications/Internet License: GPLv3+ and LGPLv3 and MIT and OFL URL: https://github.com/gorhill/uBlock -Source0: https://github.com/gorhill/uBlock/releases/download/firefox-legacy-%{version}/uBlock0.firefox-legacy.xpi +Source0: README.md +Source1: https://github.com/gorhill/uBlock-for-firefox-legacy/releases/download/firefox-legacy-%{version}/uBlock0.firefox-legacy.xpi BuildRequires: unzip BuildRequires: coreutils BuildArch: noarch @@ -34,7 +35,7 @@ EasyPrivacy, and Peter Lowe's ad/tracking/malware servers. %install # learn extension id to name the file -%{__unzip} -o %{SOURCE0} install.rdf +%{__unzip} -o %{SOURCE1} install.rdf newfilename="$( grep 'em:id' install.rdf 2>/dev/null | head -n1 | sed -r -e 's/^.*<em:id>//;' -e 's/<\/em:id>.*$//;' ).xpi" test -z "${newfilename}" && newfilename="$( basename %{SOURCE0} )" @@ -51,6 +52,10 @@ rm -rf %{buildroot} %{moz_extensions}/*/*.xpi %changelog +* Mon Jan 27 2020 B Stack <bgstack15@gmail.com> - 1.16.4.16-1 +- Update +- Upstream changed locations + * Tue Jan 14 2020 B Stack <bgstack15@gmail.com> - 1.16.4.14-1 - Update |