diff options
-rw-r--r-- | libre/iceweasel-ublock-origin/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/iceweasel-ublock-origin/PKGBUILD b/libre/iceweasel-ublock-origin/PKGBUILD index e28038b06..1b1f299bd 100644 --- a/libre/iceweasel-ublock-origin/PKGBUILD +++ b/libre/iceweasel-ublock-origin/PKGBUILD @@ -1,9 +1,10 @@ +# Maintainer: Andreas Grapentin <andreas@grapentin.org> # Maintainer (Arch): Daniel M. Capella <polyzen@archlinux.info> -# Maintainer: André Silva <emulatorman@hyperbola.info> +# Contributor: André Silva <emulatorman@hyperbola.info> # Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net> pkgname=iceweasel-ublock-origin -pkgver=1.13.8 +pkgver=1.14.14 pkgrel=1 pkgdesc='An efficient blocker add-on for various browsers. Fast, potent, and lean.' url=https://github.com/gorhill/uBlock @@ -14,10 +15,9 @@ provides=('iceweasel-adblock-plus') conflicts=('iceweasel-adblock-plus') replaces=('firefox-ublock-origin' 'firefox-adblock-plus' 'iceweasel-adblock-plus') groups=('iceweasel-addons') -source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx+sm+tb.xpi") +source=("https://github.com/gorhill/uBlock/releases/download/$pkgver/uBlock0.webext.xpi") noextract=("${source##*/}") -sha512sums=('64a60379b3cfbc30f8a7b81388b65e465d5938cf353ea0ad15bae2d2322a4ecded0a11ba8cf5d6e65b73f8885d2ef2ce1082b4a6ef71d17e257d624c584be514') -whirlpoolsums=('63daf9d48e3e104eb0958a9838e283fb96f7cf0776e14435efd52d8db758f3c29206bad337ced303dc553bdfb5521f14662274773a9dc5552271b696797c7224') +sha256sums=('820ed258a2c2134d672c43cfa050936eb9dd89a81af25f72b3d59e7a777634f7') package() { |