diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-10-13 08:55:05 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-10-13 08:55:05 +0200 |
commit | 871597a8757cd461309cbf113db008eed1d94d32 (patch) | |
tree | 03210b047a7f6a69df6c0ad33d864bc1df213a13 /libre/iceweasel-noscript | |
parent | 438abcf018d04e6de66034228e0a66e97b56dadf (diff) | |
download | abslibre-871597a8757cd461309cbf113db008eed1d94d32.tar.gz abslibre-871597a8757cd461309cbf113db008eed1d94d32.tar.bz2 abslibre-871597a8757cd461309cbf113db008eed1d94d32.zip |
libre/iceweasel-noscript: updated to 5.1.1
Diffstat (limited to 'libre/iceweasel-noscript')
-rw-r--r-- | libre/iceweasel-noscript/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/libre/iceweasel-noscript/PKGBUILD b/libre/iceweasel-noscript/PKGBUILD index 81b1b127a..202a2ef53 100644 --- a/libre/iceweasel-noscript/PKGBUILD +++ b/libre/iceweasel-noscript/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 208501 2017-01-23 11:37:51Z spupykin $ +# Maintainer: Andreas Grapentin <andreas@grapentin.org> # Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor (Arch): Eschwartz <eschwartz93@gmail.com> -# Maintainer: André Silva <emulatorman@hyperbola.info> +# Contributor: André Silva <emulatorman@hyperbola.info> # Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net> +# Contributor (Arch): Eschwartz <eschwartz93@gmail.com> pkgname=iceweasel-noscript -pkgver=5.0.9 +pkgver=5.1.1 pkgrel=1 pkgdesc="Extension for iceweasel which disables script" arch=('any') @@ -17,8 +17,7 @@ makedepends=('unzip') replaces=('firefox-noscript') source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi) noextract=("noscript-${pkgver}.xpi") -sha512sums=('00e7222f2deb407e3091071a3d9a1a5593582a9ad5b802eb9804c07ae64bd3f22f807ea9cee0be669fb597c75c2891fb8c432fccd51f7466ec1d6fed70ad1768') -whirlpoolsums=('2978fe4fea484c5bd45503b72838a3fa3bb1021a4203305064477ae042f1617416d2407303183b5c4c2a17b6eadff14629ac7fc5a0e11d38efa533091526c340') +sha256sums=('3b8b83978adefa7482f64ad27ae2fc2626fb9ad37a9c474be894111e054a4557') prepare() { cd "${srcdir}" |