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

Message: 2.6.72

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 658d52c..1698ca0 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.72
 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.72.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/4336546/localcdn_fork_of_decentraleyes-2.6.72.xpi
+b2sums = e652ace482ea4a7f741de463bc4dfc464b4d3b221a3b8ddf002d0ab02993a357e7e8b087dbbd15e6ef9938beb203449383c05cf24e61c1551a0bc0095253ecbf
 optdepends = firefox
 optdepends = firefox-esr
 optmakedepends = unzip: to uncompress the webextention
diff --git a/PKGBUILD b/PKGBUILD
index 30040fb..c39663b 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.72
+_fileid=('4336546')
 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=('e652ace482ea4a7f741de463bc4dfc464b4d3b221a3b8ddf002d0ab02993a357e7e8b087dbbd15e6ef9938beb203449383c05cf24e61c1551a0bc0095253ecbf')
 
 prepare() {
  [ -z "$_UNCOMPRESS" ] && unzip -u "$_download_name-${pkgver}.xpi" -d "${srcdir}/$pkgname-${pkgver}" || :