diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-11-30 13:22:58 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-11-30 13:22:58 +0100 |
commit | 3e8c34fe7a24920cd4ef080d97cdd8a314fae789 (patch) | |
tree | b6700ff510762f04dc4a4216b6df656ad706bd75 /libre/icecat-ublock-origin | |
parent | b408c3f4748dfda2648e15a481ef010f4e20d0d0 (diff) | |
download | abslibre-3e8c34fe7a24920cd4ef080d97cdd8a314fae789.tar.gz abslibre-3e8c34fe7a24920cd4ef080d97cdd8a314fae789.tar.bz2 abslibre-3e8c34fe7a24920cd4ef080d97cdd8a314fae789.zip |
libre/icecat-ublock-origin: updated to 1.14.20
Diffstat (limited to 'libre/icecat-ublock-origin')
-rw-r--r-- | libre/icecat-ublock-origin/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/icecat-ublock-origin/PKGBUILD b/libre/icecat-ublock-origin/PKGBUILD index 16a2ffdeb..61bf99aac 100644 --- a/libre/icecat-ublock-origin/PKGBUILD +++ b/libre/icecat-ublock-origin/PKGBUILD @@ -5,7 +5,7 @@ pkgname=icecat-ublock-origin -pkgver=1.14.18 +pkgver=1.14.20 pkgrel=1 arch=(any) @@ -21,7 +21,7 @@ groups=(icecat-addons) source=("uBlock0-$pkgver.firefox.xpi::https://github.com/gorhill/uBlock/releases/download/$pkgver/uBlock0.firefox.xpi") noextract=("${source%%::*}") -sha256sums=('beddfb38822ff0d91efa43201ddbaa9187ae2a8e1387ffd1ec6d61985e9e6071') +sha256sums=('bd87046964246d405b745c01b70f7d4dd2c7036ef847d3a835307af59cc4223a') package() { install -Dm755 "${source%%::*}" \ |