makedeb


webext-noscript-security-suite-firefox 11.4.42-0


Selectively disable javascript on Firefox.

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

Commit:


Hash: fef2cffd26076587d3533c35d858e836fdd727dd

Message: 11.4.42

Diff


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