diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-10-14 07:51:38 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-10-14 07:51:38 +0200 |
commit | b9e6f25709fa8ff430cf4d50f06f8342a3828c36 (patch) | |
tree | 29c471040e40edea3e5247ccf0a861a8d2338e8d /libre/icecat-noscript | |
parent | d67ddfafe7c515fa23047c1f9d52dc0e58b3e8cc (diff) | |
download | abslibre-b9e6f25709fa8ff430cf4d50f06f8342a3828c36.tar.gz abslibre-b9e6f25709fa8ff430cf4d50f06f8342a3828c36.tar.bz2 abslibre-b9e6f25709fa8ff430cf4d50f06f8342a3828c36.zip |
libre/icecat-noscript: updated to 5.1.2
Diffstat (limited to 'libre/icecat-noscript')
-rw-r--r-- | libre/icecat-noscript/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/icecat-noscript/PKGBUILD b/libre/icecat-noscript/PKGBUILD index 5b44c1e0f..9d859ffa4 100644 --- a/libre/icecat-noscript/PKGBUILD +++ b/libre/icecat-noscript/PKGBUILD @@ -5,7 +5,7 @@ # Contributor (Arch): Eschwartz <eschwartz93@gmail.com> pkgname=icecat-noscript -pkgver=5.1.1 +pkgver=5.1.2 pkgrel=1 pkgdesc="Extension for icecat which disables script" arch=('any') @@ -16,7 +16,7 @@ depends=('icecat') makedepends=('unzip') source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi) noextract=("noscript-${pkgver}.xpi") -sha256sums=('3b8b83978adefa7482f64ad27ae2fc2626fb9ad37a9c474be894111e054a4557') +sha256sums=('82687646b9ecc39d478ac5d4de035b32fdf88efc6faceec3e74b49c863bbfabb') prepare() { cd "${srcdir}" |