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: bff8cb9f77f138b4b06a13bf05fe78eef4531289
Message: 2.6.80
diff --git a/.SRCINFO b/.SRCINFO
index 5b98e74..92a994d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,14 +3,14 @@ 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.79
+pkgver = 2.6.80
url = https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork-of-decentraleyes/
arch = all
license = MPL2
-noextract = localcdn_fork_of_decentraleyes-2.6.79.xpi
+noextract = localcdn_fork_of_decentraleyes-2.6.80.xpi
optdepends = firefox
optdepends = firefox-esr
-source = https://addons.mozilla.org/firefox/downloads/file/4464649/localcdn_fork_of_decentraleyes-2.6.79.xpi
-b2sums = a9cbf1d3d2287317ab8f92558b112c54326b936888c9ed0acc077b3615612cccf0329ac3fd6d0fb262d0eb95e248ad1961f1dc3fe69490370a79191b2591da39
+source = https://addons.mozilla.org/firefox/downloads/file/4518039/localcdn_fork_of_decentraleyes-2.6.80.xpi
+b2sums = 3041d1a52941c8e5976788b780cbf81df61161a1e2cf88d339aab99d6b46bd9cc940ce6bf10cc48d561c4a78181c22774dad688adfc1ea8df6de48c583861dcd
optdepends = firefox
optdepends = firefox-esr
diff --git a/PKGBUILD b/PKGBUILD
index 6c5794b..47cc8dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
#_UNCOMPRESS=0
pkgname=webext-localcdn-firefox
_download_name="localcdn_fork_of_decentraleyes"
-pkgver="2.6.79"
-_fileid=('4464649')
+pkgver="2.6.80"
+_fileid=('4518039')
pkgrel=0
pkgdesc='Emulates remote frameworks and delivers them as local resource, extension for Firefox.'
arch=('all')
@@ -14,7 +14,7 @@ optdepends=('firefox' 'firefox-esr')
source=("https://addons.mozilla.org/firefox/downloads/file/$_fileid/${_download_name}-${pkgver}.xpi")
noextract=("${_download_name}-${pkgver}.xpi")
extensions=()
-b2sums=('a9cbf1d3d2287317ab8f92558b112c54326b936888c9ed0acc077b3615612cccf0329ac3fd6d0fb262d0eb95e248ad1961f1dc3fe69490370a79191b2591da39')
+b2sums=('3041d1a52941c8e5976788b780cbf81df61161a1e2cf88d339aab99d6b46bd9cc940ce6bf10cc48d561c4a78181c22774dad688adfc1ea8df6de48c583861dcd')
prepare() {
if [ -z "$_UNCOMPRESS" ];
diff --git a/update b/update
index f9bad54..6997cc8 100755
--- a/update
+++ b/update
@@ -1,5 +1,7 @@
#!/bin/sh
+set -eu
+
versionfile="$(wget -o /dev/null -O- https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork-of-decentraleyes | grep -m 1 xpi | sed 's!.*/firefox/downloads/file/!!;s!\.xpi.*!!;s!/.*-!|!')"
version="$(echo "$versionfile" | cut -d '|' -f 2)"