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

Message: 2.6.65

Diff


diff --git a/.SRCINFO b/.SRCINFO
index f71111b..4b3ff46 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.64
+pkgver = 2.6.65
 url = https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork-of-decentraleyes/
 arch = all
 license = MPL2
-noextract = localcdn_fork_of_decentraleyes-2.6.64.xpi
+noextract = localcdn_fork_of_decentraleyes-2.6.65.xpi
 optdepends = firefox
 optdepends = firefox-esr
 options = !strip
-source = https://addons.mozilla.org/firefox/downloads/file/4243456/localcdn_fork_of_decentraleyes-2.6.64.xpi
-b2sums = 6fdfe80f04b82536e554fc8f56d0e0485ff600ac2f2f3eddcdeb02f15312c693f485a17ac6aaa0e4a9ab9eea23f6954366bbf7ba967952cd173f0e8b9fc41e2d
+source = https://addons.mozilla.org/firefox/downloads/file/4251866/localcdn_fork_of_decentraleyes-2.6.65.xpi
+b2sums = 560db7b1f073aa2cc83714c036ed82cc9e72a28e558d5bce6f83e1e8d3b84b5b1b9ec200d28fcf85e60a2f0e826ed9af92dfb8676b2b971b33f0828d19c7a5bf
 optdepends = firefox
 optdepends = firefox-esr
 optmakedepends = unzip: to uncompress the webextention
diff --git a/PKGBUILD b/PKGBUILD
index d06ce89..8b860a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 #_UNCOMPRESS=0
 pkgname=webext-localcdn-firefox
 _download_name="localcdn_fork_of_decentraleyes"
-pkgver=2.6.64
-_fileid=('4243456')
+pkgver=2.6.65
+_fileid=('4251866')
 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=('6fdfe80f04b82536e554fc8f56d0e0485ff600ac2f2f3eddcdeb02f15312c693f485a17ac6aaa0e4a9ab9eea23f6954366bbf7ba967952cd173f0e8b9fc41e2d')
+b2sums=('560db7b1f073aa2cc83714c036ed82cc9e72a28e558d5bce6f83e1e8d3b84b5b1b9ec200d28fcf85e60a2f0e826ed9af92dfb8676b2b971b33f0828d19c7a5bf')
 
 prepare() {
  [ -z "$_UNCOMPRESS" ] && unzip -u "$_download_name-${pkgver}.xpi" -d "${srcdir}/$pkgname-${pkgver}" || :