makedeb
Selectively disable javascript on Firefox.
Click here to go back to the commit logs for webext-noscript-security-suite-firefox.
Hash: c639ce686d4dffa8ad49f5c38edf667885a7cfa3
Message: 11.4.31
diff --git a/.SRCINFO b/.SRCINFO
index e27a2bb..a5fdfbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,16 +3,16 @@ pkgname = webext-noscript-security-suite-firefox
pkgbase = webext-noscript-security-suite-firefox
pkgdesc = Selectively disable javascript on Firefox.
pkgrel = 0
-pkgver = 11.4.30
+pkgver = 11.4.31
url = https://addons.mozilla.org/en-US/firefox/addon/noscript/
arch = all
license = GPL2
-noextract = noscript-11.4.30.xpi
+noextract = noscript-11.4.31.xpi
optdepends = firefox
optdepends = firefox-esr
options = !strip
-source = https://addons.mozilla.org/firefox/downloads/file/4315766/noscript-11.4.30.xpi
-b2sums = a9d75c063116ffed2b80374365d1de8f871c9389bc12f487cfb1ae599dd91712eee5001fda2f88fe549956ae6ce5f241da47298bac97f633c71003704ac12fb0
+source = https://addons.mozilla.org/firefox/downloads/file/4320635/noscript-11.4.31.xpi
+b2sums = c63eae67ede36052c53c070ad6173fa24e803cd5c4e444f1d417f7962874c8cd19faa96bd2fdeab92443c69312127c07eda62466862ab6442ef3ba17e198fd80
optdepends = firefox
optdepends = firefox-esr
optmakedepends = unzip: to uncompress the webextention
diff --git a/PKGBUILD b/PKGBUILD
index 8065a34..3fc21fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
#_UNCOMPRESS=0
pkgname=webext-noscript-security-suite-firefox
_download_name="noscript"
-pkgver=11.4.30
-_fileid=('4315766')
+pkgver=11.4.31
+_fileid=('4320635')
pkgrel=0
pkgdesc='Selectively disable javascript on Firefox.'
arch=('all')
@@ -15,7 +15,7 @@ optdepends=('firefox' 'firefox-esr')
source=("https://addons.mozilla.org/firefox/downloads/file/$_fileid/noscript-${pkgver}.xpi")
noextract=("${_download_name}-${pkgver}.xpi")
options=('!strip')
-b2sums=('a9d75c063116ffed2b80374365d1de8f871c9389bc12f487cfb1ae599dd91712eee5001fda2f88fe549956ae6ce5f241da47298bac97f633c71003704ac12fb0')
+b2sums=('c63eae67ede36052c53c070ad6173fa24e803cd5c4e444f1d417f7962874c8cd19faa96bd2fdeab92443c69312127c07eda62466862ab6442ef3ba17e198fd80')
prepare() {
[ -z "$_UNCOMPRESS" ] && unzip -u "$_download_name-${pkgver}.xpi" -d "${srcdir}/$pkgname-${pkgver}" || :