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: dde08b1b3aced0c87ac5070cac7376f303adfeeb

Message: 11.4.37

Diff


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