diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-05 15:07:27 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-05 15:07:27 -0300 |
commit | f3ddacdfa8923e52e6bfe2f099fdd729d8abb50c (patch) | |
tree | 597f22097c737a8105b8331e9da9cbd56903f602 /libre/icecat-noscript | |
parent | e3ed28142f600a15ce572620404270015350a5f3 (diff) | |
download | abslibre-f3ddacdfa8923e52e6bfe2f099fdd729d8abb50c.tar.gz abslibre-f3ddacdfa8923e52e6bfe2f099fdd729d8abb50c.tar.bz2 abslibre-f3ddacdfa8923e52e6bfe2f099fdd729d8abb50c.zip |
ice{cat,weasel}-noscript-2.6.8.23-1: updating version
Diffstat (limited to 'libre/icecat-noscript')
-rw-r--r-- | libre/icecat-noscript/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/icecat-noscript/PKGBUILD b/libre/icecat-noscript/PKGBUILD index 2077923e1..016df6109 100644 --- a/libre/icecat-noscript/PKGBUILD +++ b/libre/icecat-noscript/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 110341 2014-04-28 09:14:47Z spupykin $ +# $Id: PKGBUILD 110713 2014-05-05 11:29:07Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer (Parabola): André Silva <emulatorman@parabola.nu> _pkgname=firefox-noscript pkgname=icecat-noscript -pkgver=2.6.8.20 +pkgver=2.6.8.23 pkgrel=1 pkgdesc="plugin for icecat which disables script" arch=('any') @@ -14,7 +14,7 @@ depends=() provides=$_pkgname=$pkgver makedepends=('unzip') source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi) -md5sums=('d0943c2090bd449609b690b248c3cdfa') +md5sums=('873b4ceded027a890adb8aacd7f02ad8') package() { # _ffver=`pacman -Q icecat | cut -f2 -d\ | cut -f1 -d-` |