makedeb
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.
Hash: 46d5659a8d502ae76d734be7228007ff65cecc10
Message: 2.6.73
diff --git a/.SRCINFO b/.SRCINFO
index 1698ca0..466bc79 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.72
+pkgver = 2.6.73
url = https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork-of-decentraleyes/
arch = all
license = MPL2
-noextract = localcdn_fork_of_decentraleyes-2.6.72.xpi
+noextract = localcdn_fork_of_decentraleyes-2.6.73.xpi
optdepends = firefox
optdepends = firefox-esr
options = !strip
-source = https://addons.mozilla.org/firefox/downloads/file/4336546/localcdn_fork_of_decentraleyes-2.6.72.xpi
-b2sums = e652ace482ea4a7f741de463bc4dfc464b4d3b221a3b8ddf002d0ab02993a357e7e8b087dbbd15e6ef9938beb203449383c05cf24e61c1551a0bc0095253ecbf
+source = https://addons.mozilla.org/firefox/downloads/file/4349721/localcdn_fork_of_decentraleyes-2.6.73.xpi
+b2sums = 3fcb1f3d5576ef68ef5e2c0bb88bb8ee31f2390d3191c39282d35b3b4c3892e52d93f6dda2a5e889b84647e3ed6b931931e58a0efb3b0ca4cac181a756d06a57
optdepends = firefox
optdepends = firefox-esr
optmakedepends = unzip: to uncompress the webextention
diff --git a/PKGBUILD b/PKGBUILD
index c39663b..f78e12b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
#_UNCOMPRESS=0
pkgname=webext-localcdn-firefox
_download_name="localcdn_fork_of_decentraleyes"
-pkgver=2.6.72
-_fileid=('4336546')
+pkgver=2.6.73
+_fileid=('4349721')
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=('e652ace482ea4a7f741de463bc4dfc464b4d3b221a3b8ddf002d0ab02993a357e7e8b087dbbd15e6ef9938beb203449383c05cf24e61c1551a0bc0095253ecbf')
+b2sums=('3fcb1f3d5576ef68ef5e2c0bb88bb8ee31f2390d3191c39282d35b3b4c3892e52d93f6dda2a5e889b84647e3ed6b931931e58a0efb3b0ca4cac181a756d06a57')
prepare() {
[ -z "$_UNCOMPRESS" ] && unzip -u "$_download_name-${pkgver}.xpi" -d "${srcdir}/$pkgname-${pkgver}" || :