makedeb


webext-noscript-security-suite-firefox 11.5.2-0


Selectively disable javascript on Firefox.

Click here to go back to the commit logs for webext-noscript-security-suite-firefox.

Commit:


Hash: 59cd2520370baa3a72ff18491b61ebe80e2a5bce

Message: 11.4.40

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 4e01f6d..dcb7617 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.37
+pkgver = 11.4.40
 url = https://addons.mozilla.org/en-US/firefox/addon/noscript/
 arch = all
 license = GPL2
-noextract = noscript-11.4.37.xpi
+noextract = noscript-11.4.40.xpi
 optdepends = firefox
 optdepends = firefox-esr
 options = !strip
-source = https://addons.mozilla.org/firefox/downloads/file/4349514/noscript-11.4.37.xpi
-b2sums = 7ca014791a3bbcb8431bdee25061f169298a3a66057ef32b6da589937227f0110da9209be553c89b017386c89561b72e056d5f28a488c527e9309a841c895e86
+source = https://addons.mozilla.org/firefox/downloads/file/4357325/noscript-11.4.40.xpi
+b2sums = f45e722b9a6a3ad40578ceddf5e6379ea4ad850b8f32b6da233133383499da6e4502202d2b3b26d28478fb8096175b71a3ab95b1d90d5090967d23b1f6b1af6a
 optdepends = firefox
 optdepends = firefox-esr
 optmakedepends = unzip: to uncompress the webextention
diff --git a/PKGBUILD b/PKGBUILD
index 88a1451..26bad70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 #_UNCOMPRESS=0
 pkgname=webext-noscript-security-suite-firefox
 _download_name="noscript"
-pkgver=11.4.37
-_fileid=('4349514')
+pkgver=11.4.40
+_fileid=('4357325')
 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=('7ca014791a3bbcb8431bdee25061f169298a3a66057ef32b6da589937227f0110da9209be553c89b017386c89561b72e056d5f28a488c527e9309a841c895e86')
+b2sums=('f45e722b9a6a3ad40578ceddf5e6379ea4ad850b8f32b6da233133383499da6e4502202d2b3b26d28478fb8096175b71a3ab95b1d90d5090967d23b1f6b1af6a')
 
 prepare() {
  [ -z "$_UNCOMPRESS" ] && unzip -u "$_download_name-${pkgver}.xpi" -d "${srcdir}/$pkgname-${pkgver}" || :