makedeb
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.
Hash: 02993b2a5920b2ac0f80537c111433d52dbf6970
Message: 2.6.71
diff --git a/.SRCINFO b/.SRCINFO
index 658d52c..164dd79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,16 +3,16 @@ 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.70
+pkgver = 2.6.71
url = https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork-of-decentraleyes/
arch = all
license = MPL2
-noextract = localcdn_fork_of_decentraleyes-2.6.70.xpi
+noextract = localcdn_fork_of_decentraleyes-2.6.71.xpi
optdepends = firefox
optdepends = firefox-esr
options = !strip
-source = https://addons.mozilla.org/firefox/downloads/file/4318983/localcdn_fork_of_decentraleyes-2.6.70.xpi
-b2sums = 2abb99cea3b103f6504efc82b33e1626195784fe64d730c61ebc7b3e10672c9ff71a4f6e6f649c058f568a580647d45c0cb9b19a8afe0900b98965805f17c70b
+source = https://addons.mozilla.org/firefox/downloads/file/4334616/localcdn_fork_of_decentraleyes-2.6.71.xpi
+b2sums = fbfdf824a6fd52e182e813d69ac2357543ea2e340f135d3b14a8d6cda4ab80f4ab30098651b20c26c7ae1fb475cc9735537c26289938ed3d1f9f04467b31b10f
optdepends = firefox
optdepends = firefox-esr
optmakedepends = unzip: to uncompress the webextention
diff --git a/PKGBUILD b/PKGBUILD
index 30040fb..313407c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
#_UNCOMPRESS=0
pkgname=webext-localcdn-firefox
_download_name="localcdn_fork_of_decentraleyes"
-pkgver=2.6.70
-_fileid=('4318983')
+pkgver=2.6.71
+_fileid=('4334616')
pkgrel=0
pkgdesc='Emulates remote frameworks and delivers them as local resource, extension for Firefox.'
arch=('all')
@@ -15,7 +15,7 @@ optdepends=('firefox' 'firefox-esr')
source=("https://addons.mozilla.org/firefox/downloads/file/$_fileid/localcdn_fork_of_decentraleyes-${pkgver}.xpi")
noextract=("${_download_name}-${pkgver}.xpi")
options=('!strip')
-b2sums=('2abb99cea3b103f6504efc82b33e1626195784fe64d730c61ebc7b3e10672c9ff71a4f6e6f649c058f568a580647d45c0cb9b19a8afe0900b98965805f17c70b')
+b2sums=('fbfdf824a6fd52e182e813d69ac2357543ea2e340f135d3b14a8d6cda4ab80f4ab30098651b20c26c7ae1fb475cc9735537c26289938ed3d1f9f04467b31b10f')
prepare() {
[ -z "$_UNCOMPRESS" ] && unzip -u "$_download_name-${pkgver}.xpi" -d "${srcdir}/$pkgname-${pkgver}" || :