summaryrefslogtreecommitdiff
path: root/waterfox-ublock-origin/waterfox-ublock-origin.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-11-14 19:54:21 +0000
committerB Stack <bgstack15@gmail.com>2019-11-14 19:54:21 +0000
commitff330d04a028e68584fb051c083619ce01175b83 (patch)
tree26f78dbfad675059ac4e7e5fb3af4abd41235d23 /waterfox-ublock-origin/waterfox-ublock-origin.spec
parentMerge branch 'palemoon-bump' into 'master' (diff)
parentupdate documentation (diff)
downloadstackrpms-ff330d04a028e68584fb051c083619ce01175b83.tar.gz
stackrpms-ff330d04a028e68584fb051c083619ce01175b83.tar.bz2
stackrpms-ff330d04a028e68584fb051c083619ce01175b83.zip
Merge branch 'updates' into 'master'
Slew of applicaton updates See merge request bgstack15/stackrpms!99
Diffstat (limited to 'waterfox-ublock-origin/waterfox-ublock-origin.spec')
-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