makedeb


webext-localcdn-firefox 2.6.76-0


Emulates remote frameworks and delivers them as local resource, extension for Firefox.

Click here to go back to the commit logs for webext-localcdn-firefox.

Commit:


Hash: 3ea49fd0b922365607338036268ced6055016838

Message: 2.6.76

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 47c4548..f43a0bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,14 +3,14 @@ pkgname = webext-localcdn-firefox
 pkgbase = webext-localcdn-firefox
 pkgdesc = Emulates remote frameworks and delivers them as local resource, extension for Firefox.
 pkgrel = 0
-pkgver = 2.6.75
+pkgver = 2.6.76
 url = https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork-of-decentraleyes/
 arch = all
 license = MPL2
-noextract = localcdn_fork_of_decentraleyes-2.6.75.xpi
+noextract = localcdn_fork_of_decentraleyes-2.6.76.xpi
 optdepends = firefox
 optdepends = firefox-esr
-source = https://addons.mozilla.org/firefox/downloads/file/4380944/localcdn_fork_of_decentraleyes-2.6.75.xpi
-b2sums = f2fe0fcedb7b8eb2e4059debc04fb366f48c296329746d5fb4c227f5970d88b6ac9813d89002623a0875b7ae0c12c8f6b4a2eed7216c844808dc9ca35e722fc1
+source = https://addons.mozilla.org/firefox/downloads/file/4401439/localcdn_fork_of_decentraleyes-2.6.76.xpi
+b2sums = 8256ce9a38b60f74eebf6ba29c5988a8acbacb3557d7518c9fee0a0243744a1c11a9fffccca4c6b41fd5ffe7e9201bfce7aefc38a8605f097c82300380e163a8
 optdepends = firefox
 optdepends = firefox-esr
diff --git a/PKGBUILD b/PKGBUILD
index d230e92..e06ec3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
 #_UNCOMPRESS=0
 pkgname=webext-localcdn-firefox
 _download_name="localcdn_fork_of_decentraleyes"
-pkgver="2.6.75"
-_fileid=('4380944')
+pkgver="2.6.76"
+_fileid=('4401439')
 pkgrel=0
 pkgdesc='Emulates remote frameworks and delivers them as local resource, extension for Firefox.'
 arch=('all')
 url='https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork-of-decentraleyes/'
 license=('MPL2')
 optdepends=('firefox' 'firefox-esr')
-source=("https://addons.mozilla.org/firefox/downloads/file/$_fileid/localcdn_fork_of_decentraleyes-${pkgver}.xpi")
+source=("https://addons.mozilla.org/firefox/downloads/file/$_fileid/${_download_name}-${pkgver}.xpi")
 noextract=("${_download_name}-${pkgver}.xpi")
 extensions=()
-b2sums=('f2fe0fcedb7b8eb2e4059debc04fb366f48c296329746d5fb4c227f5970d88b6ac9813d89002623a0875b7ae0c12c8f6b4a2eed7216c844808dc9ca35e722fc1')
+b2sums=('8256ce9a38b60f74eebf6ba29c5988a8acbacb3557d7518c9fee0a0243744a1c11a9fffccca4c6b41fd5ffe7e9201bfce7aefc38a8605f097c82300380e163a8')
 
 prepare() {
   if [ -z "$_UNCOMPRESS" ];