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: 71262ce1a4bd4078f91b5c85e83c5b0443066804

Message: 11.4.34

Diff


diff --git a/.SRCINFO b/.SRCINFO
index a5fdfbc..fb288c5 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.31
+pkgver = 11.4.34
 url = https://addons.mozilla.org/en-US/firefox/addon/noscript/
 arch = all
 license = GPL2
-noextract = noscript-11.4.31.xpi
+noextract = noscript-11.4.34.xpi
 optdepends = firefox
 optdepends = firefox-esr
 options = !strip
-source = https://addons.mozilla.org/firefox/downloads/file/4320635/noscript-11.4.31.xpi
-b2sums = c63eae67ede36052c53c070ad6173fa24e803cd5c4e444f1d417f7962874c8cd19faa96bd2fdeab92443c69312127c07eda62466862ab6442ef3ba17e198fd80
+source = https://addons.mozilla.org/firefox/downloads/file/4333280/noscript-11.4.34.xpi
+b2sums = 1514bc28d14fd9ab08d7cfec5ea326327120677ee89dd3a9a29b36f99ade1fe1be37cb5a070380402562583b6d4684a49a66b3a4e74513f088d0b07c765420d4
 optdepends = firefox
 optdepends = firefox-esr
 optmakedepends = unzip: to uncompress the webextention
diff --git a/PKGBUILD b/PKGBUILD
index 3fc21fe..c734882 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 #_UNCOMPRESS=0
 pkgname=webext-noscript-security-suite-firefox
 _download_name="noscript"
-pkgver=11.4.31
-_fileid=('4320635')
+pkgver=11.4.34
+_fileid=('4333280')
 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=('c63eae67ede36052c53c070ad6173fa24e803cd5c4e444f1d417f7962874c8cd19faa96bd2fdeab92443c69312127c07eda62466862ab6442ef3ba17e198fd80')
+b2sums=('1514bc28d14fd9ab08d7cfec5ea326327120677ee89dd3a9a29b36f99ade1fe1be37cb5a070380402562583b6d4684a49a66b3a4e74513f088d0b07c765420d4')
 
 prepare() {
  [ -z "$_UNCOMPRESS" ] && unzip -u "$_download_name-${pkgver}.xpi" -d "${srcdir}/$pkgname-${pkgver}" || :