diff options
-rw-r--r-- | libre/iceweasel-ublock-origin/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/iceweasel-ublock-origin/PKGBUILD b/libre/iceweasel-ublock-origin/PKGBUILD index 1b1f299bd..a42323d55 100644 --- a/libre/iceweasel-ublock-origin/PKGBUILD +++ b/libre/iceweasel-ublock-origin/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net> pkgname=iceweasel-ublock-origin -pkgver=1.14.14 +pkgver=1.14.16 pkgrel=1 pkgdesc='An efficient blocker add-on for various browsers. Fast, potent, and lean.' url=https://github.com/gorhill/uBlock @@ -17,7 +17,7 @@ replaces=('firefox-ublock-origin' 'firefox-adblock-plus' 'iceweasel-adblock-plus groups=('iceweasel-addons') source=("https://github.com/gorhill/uBlock/releases/download/$pkgver/uBlock0.webext.xpi") noextract=("${source##*/}") -sha256sums=('820ed258a2c2134d672c43cfa050936eb9dd89a81af25f72b3d59e7a777634f7') +sha256sums=('9796cc2a463567212ed69d7b6d0caad65ad1c4cd52e7fb7827182980bf6bf9b6') package() { |