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: 28e1cbe3121073a3d772f8d7a04ca2d217c0450d

Message: 2.6.70

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 9c2dd06..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.69
+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.69.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/4303757/localcdn_fork_of_decentraleyes-2.6.69.xpi
-b2sums = e275c34070d28c7229c3e5b3a9eb56dad8c12661f33e9cf807512602bfa408655cf63c646b7791d842ff17c423e2c386b0774309607273acbea2ac8e379c746f
+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 d60e858..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.69
-_fileid=('4303757')
+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=('e275c34070d28c7229c3e5b3a9eb56dad8c12661f33e9cf807512602bfa408655cf63c646b7791d842ff17c423e2c386b0774309607273acbea2ac8e379c746f')
+b2sums=('2abb99cea3b103f6504efc82b33e1626195784fe64d730c61ebc7b3e10672c9ff71a4f6e6f649c058f568a580647d45c0cb9b19a8afe0900b98965805f17c70b')
 
 prepare() {
  [ -z "$_UNCOMPRESS" ] && unzip -u "$_download_name-${pkgver}.xpi" -d "${srcdir}/$pkgname-${pkgver}" || :