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

Message: 11.4.30

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 81c2ae1..e27a2bb 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.29
+pkgver = 11.4.30
 url = https://addons.mozilla.org/en-US/firefox/addon/noscript/
 arch = all
 license = GPL2
-noextract = noscript-11.4.29.xpi
+noextract = noscript-11.4.30.xpi
 optdepends = firefox
 optdepends = firefox-esr
 options = !strip
-source = https://addons.mozilla.org/firefox/downloads/file/4206186/noscript-11.4.29.xpi
-b2sums = 409947675258d95961b6c4368cc449fd81c6281e4b2bb73e916fd1cc53a26f2681085f500510dffa75774e921da2d8cc9e255e13071933a8369fed427982daee
+source = https://addons.mozilla.org/firefox/downloads/file/4315766/noscript-11.4.30.xpi
+b2sums = a9d75c063116ffed2b80374365d1de8f871c9389bc12f487cfb1ae599dd91712eee5001fda2f88fe549956ae6ce5f241da47298bac97f633c71003704ac12fb0
 optdepends = firefox
 optdepends = firefox-esr
 optmakedepends = unzip: to uncompress the webextention
diff --git a/PKGBUILD b/PKGBUILD
index 623b310..8065a34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 #_UNCOMPRESS=0
 pkgname=webext-noscript-security-suite-firefox
 _download_name="noscript"
-pkgver=11.4.29
-_fileid=('4206186')
+pkgver=11.4.30
+_fileid=('4315766')
 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=('409947675258d95961b6c4368cc449fd81c6281e4b2bb73e916fd1cc53a26f2681085f500510dffa75774e921da2d8cc9e255e13071933a8369fed427982daee')
+b2sums=('a9d75c063116ffed2b80374365d1de8f871c9389bc12f487cfb1ae599dd91712eee5001fda2f88fe549956ae6ce5f241da47298bac97f633c71003704ac12fb0')
 
 prepare() {
  [ -z "$_UNCOMPRESS" ] && unzip -u "$_download_name-${pkgver}.xpi" -d "${srcdir}/$pkgname-${pkgver}" || :