diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-12-19 15:50:18 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-12-19 15:50:18 +0100 |
commit | 3303076baba4b4bec4cf41574a5e5c6c309966cf (patch) | |
tree | 58397b143e4c079e51e38ff3e0c318c5c1053d95 | |
parent | ab42d6d65f8fb0879d700a2ee6e06cb9a737293a (diff) | |
download | abslibre-3303076baba4b4bec4cf41574a5e5c6c309966cf.tar.gz abslibre-3303076baba4b4bec4cf41574a5e5c6c309966cf.tar.bz2 abslibre-3303076baba4b4bec4cf41574a5e5c6c309966cf.zip |
libre/iceweasel-ublock-origin: updated to 1.14.22
-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 280c580f5..6d9e68e08 100644 --- a/libre/iceweasel-ublock-origin/PKGBUILD +++ b/libre/iceweasel-ublock-origin/PKGBUILD @@ -5,7 +5,7 @@ pkgname=iceweasel-ublock-origin -pkgver=1.14.20 +pkgver=1.14.22 pkgrel=1 arch=(any) @@ -21,7 +21,7 @@ groups=(iceweasel-addons) source=("uBlock0-$pkgver.webext.xpi::https://github.com/gorhill/uBlock/releases/download/$pkgver/uBlock0.webext.xpi") noextract=("${source%%::*}") -sha256sums=('c1390a7073a758818e3c9b3c5ff472eb80401f4f04d81416c6d4e126b7ab3ca5') +sha256sums=('bf2cb04053eeebb0be4d8484027d23a883369f5d6e1738c3f129d3773f28e480') package() { install -Dm755 "${source%%::*}" \ |