summaryrefslogtreecommitdiff
path: root/waterfox-ublock-origin
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-01-27 08:46:55 -0500
committerB Stack <bgstack15@gmail.com>2020-01-27 08:46:55 -0500
commit9f70da39af032a34f0cb6e06fd130a4ae5256829 (patch)
treeb688c52188b887b3fc55662e62327c41551b18bf /waterfox-ublock-origin
parentuse veracrypt.fr tarball instead of sf.net (diff)
downloadstackrpms-9f70da39af032a34f0cb6e06fd130a4ae5256829.tar.gz
stackrpms-9f70da39af032a34f0cb6e06fd130a4ae5256829.tar.bz2
stackrpms-9f70da39af032a34f0cb6e06fd130a4ae5256829.zip
ublock origin update
Diffstat (limited to 'waterfox-ublock-origin')
-rw-r--r--waterfox-ublock-origin/debian/changelog7
-rw-r--r--waterfox-ublock-origin/waterfox-ublock-origin.spec8
2 files changed, 13 insertions, 2 deletions
diff --git a/waterfox-ublock-origin/debian/changelog b/waterfox-ublock-origin/debian/changelog
index ad35d72..b101bc8 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> Tue, 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..bc2afa0 100644
--- a/waterfox-ublock-origin/waterfox-ublock-origin.spec
+++ b/waterfox-ublock-origin/waterfox-ublock-origin.spec
@@ -4,14 +4,14 @@
%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: https://github.com/gorhill/uBlock-for-firefox-legacy/releases/download/firefox-legacy-%{version}/uBlock0.firefox-legacy.xpi
BuildRequires: unzip
BuildRequires: coreutils
BuildArch: noarch
@@ -51,6 +51,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
bgstack15