makedeb
Selectively disable javascript on Firefox.
Click here to go back to the commit logs for webext-noscript-security-suite-firefox.
Hash: e72b06e5dd26117849e6acf681175a89ad23370b
Message: 11.4.35
diff --git a/.SRCINFO b/.SRCINFO
index fb288c5..3d60511 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.34
+pkgver = 11.4.35
url = https://addons.mozilla.org/en-US/firefox/addon/noscript/
arch = all
license = GPL2
-noextract = noscript-11.4.34.xpi
+noextract = noscript-11.4.35.xpi
optdepends = firefox
optdepends = firefox-esr
options = !strip
-source = https://addons.mozilla.org/firefox/downloads/file/4333280/noscript-11.4.34.xpi
-b2sums = 1514bc28d14fd9ab08d7cfec5ea326327120677ee89dd3a9a29b36f99ade1fe1be37cb5a070380402562583b6d4684a49a66b3a4e74513f088d0b07c765420d4
+source = https://addons.mozilla.org/firefox/downloads/file/4343311/noscript-11.4.35.xpi
+b2sums = 64b295aab0b505a575115c40fcaf354fe14cd81b8278e3a56a30dc5dce072a8d10e67a874c0bd89a545547a780c9d5729ca9d2c36fe826881731a2baec4b64eb
optdepends = firefox
optdepends = firefox-esr
optmakedepends = unzip: to uncompress the webextention
diff --git a/PKGBUILD b/PKGBUILD
index c734882..85ea894 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
#_UNCOMPRESS=0
pkgname=webext-noscript-security-suite-firefox
_download_name="noscript"
-pkgver=11.4.34
-_fileid=('4333280')
+pkgver=11.4.35
+_fileid=('4343311')
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=('1514bc28d14fd9ab08d7cfec5ea326327120677ee89dd3a9a29b36f99ade1fe1be37cb5a070380402562583b6d4684a49a66b3a4e74513f088d0b07c765420d4')
+b2sums=('64b295aab0b505a575115c40fcaf354fe14cd81b8278e3a56a30dc5dce072a8d10e67a874c0bd89a545547a780c9d5729ca9d2c36fe826881731a2baec4b64eb')
prepare() {
[ -z "$_UNCOMPRESS" ] && unzip -u "$_download_name-${pkgver}.xpi" -d "${srcdir}/$pkgname-${pkgver}" || :