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: 766d6fb156c948d6be42085fc508bb452dd6958b

Message: 2.6.61

Diff


diff --git a/.SRCINFO b/.SRCINFO
index f0008b1..4d89afc 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.60
+pkgver = 2.6.61
 url = https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork-of-decentraleyes/
 arch = all
 license = MPL2
-noextract = localcdn_fork_of_decentraleyes-2.6.60.xpi
+noextract = localcdn_fork_of_decentraleyes-2.6.61.xpi
 optdepends = firefox
 optdepends = firefox-esr
 options = !strip
-source = https://addons.mozilla.org/firefox/downloads/file/4208268/localcdn_fork_of_decentraleyes-2.6.60.xpi
-b2sums = c36e5a3bf0e9fd037334d9711a263ac4613374280594fdb6254517b34bd3c9be188d7e2b0ee20ab16e36d60afea4bcc1fe72f2a3a93d39dce3ae343ffbb8a31b
+source = https://addons.mozilla.org/firefox/downloads/file/4214563/localcdn_fork_of_decentraleyes-2.6.61.xpi
+b2sums = 8db47c31a48ed8e627e6d6bfd5d6b8f53bf5642cdc62440c4115df32b91a5f0d2f8f2c9876b351a9f3633663891b547b5515f8f384666ee4256f0f5b1d503f45
 optdepends = firefox
 optdepends = firefox-esr
 optmakedepends = unzip: to uncompress the webextention
diff --git a/PKGBUILD b/PKGBUILD
index 5e5c0d1..2a250fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 #_UNCOMPRESS=0
 pkgname=webext-localcdn-firefox
 _download_name="localcdn_fork_of_decentraleyes"
-pkgver=2.6.60
-_fileid=('4208268')
+pkgver=2.6.61
+_fileid=('4214563')
 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=('c36e5a3bf0e9fd037334d9711a263ac4613374280594fdb6254517b34bd3c9be188d7e2b0ee20ab16e36d60afea4bcc1fe72f2a3a93d39dce3ae343ffbb8a31b')
+b2sums=('8db47c31a48ed8e627e6d6bfd5d6b8f53bf5642cdc62440c4115df32b91a5f0d2f8f2c9876b351a9f3633663891b547b5515f8f384666ee4256f0f5b1d503f45')
 
 prepare() {
  [ -z "$_UNCOMPRESS" ] && unzip -u "$_download_name-${pkgver}.xpi" -d "${srcdir}/$pkgname-${pkgver}" || :