makedeb


webext-localcdn-firefox 2.6.73-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: 14b0430e48f194da33aa9b097f11563f1172ab07

Message: revert to 2.6.70

Diff


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