summaryrefslogtreecommitdiff
path: root/waterfox-ublock-origin
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-11-11 16:36:12 -0500
committerB Stack <bgstack15@gmail.com>2019-11-11 16:36:12 -0500
commitbc65143162c9da31b7176d722b88f4090c2df80d (patch)
tree96608a5f805467f6fb9966aef1b3bd498f3d1b37 /waterfox-ublock-origin
parentmakemkv 1.14.5 dpkgs (diff)
downloadstackrpms-bc65143162c9da31b7176d722b88f4090c2df80d.tar.gz
stackrpms-bc65143162c9da31b7176d722b88f4090c2df80d.tar.bz2
stackrpms-bc65143162c9da31b7176d722b88f4090c2df80d.zip
update ublock-origin extensions
Diffstat (limited to 'waterfox-ublock-origin')
-rw-r--r--waterfox-ublock-origin/waterfox-ublock-origin.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/waterfox-ublock-origin/waterfox-ublock-origin.spec b/waterfox-ublock-origin/waterfox-ublock-origin.spec
index 906e963..78cdd4a 100644
--- a/waterfox-ublock-origin/waterfox-ublock-origin.spec
+++ b/waterfox-ublock-origin/waterfox-ublock-origin.spec
@@ -1,11 +1,11 @@
# waterfox globals
-%global moz_extensions %{_datadir}/%{app_name}/extensions
%global app_name waterfox
+%global moz_extensions %{_datadir}/%{app_name}/extensions
%global app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
Name: %{app_name}-ublock-origin
-Version: 1.16.4.4
-Release: 2
+Version: 1.16.4.11
+Release: 1
Summary: uBlock Origin installed to system Waterfox extensions directory
Group: Applications/Internet
@@ -51,6 +51,9 @@ rm -rf %{buildroot}
%{moz_extensions}/*/*.xpi
%changelog
+* Mon Nov 11 2019 B Stack <bgstack15@gmail.com> - 1.16.4.11-1
+- Update
+
* Sat Sep 15 2018 B Stack <bgstack15@gmail.com> - 1.16.4.4-2
- Customize for stackrpms
bgstack15