makedeb


webext-localcdn-chromium 2.6.80-0


Emulates remote frameworks and delivers them as local resource, extension for Chromium.

Click here to go back to the commit logs for webext-localcdn-chromium.

Commit:


Hash: e5124e42341f425cd67d586716b2a2442aa889d5

Message: 2.6.80

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 047d7a7..473ed40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,11 +3,11 @@ pkgname = webext-localcdn-chromium
 pkgbase = webext-localcdn-chromium
 pkgdesc = Emulates remote frameworks and delivers them as local resource, extension for Chromium.
 pkgrel = 0
-pkgver = 2.6.79
+pkgver = 2.6.80
 url = https://codeberg.org/nobody/LocalCDN/
 arch = all
 license = MPL2
 optdepends = chromium
-source = webext-localcdn-chromium_2.6.79.zip::https://codeberg.org/nobody/LocalCDN/archive/v2.6.79.zip
-b2sums = 4f76f8cb857d3cd7b98e9c0459b8a756bc4782a1a64230b0fb7303b8960fcdc0f80ab68a515903a7fec2d61b414f9839ce8990a8ac22219b919ea7866e20f325
+source = webext-localcdn-chromium_2.6.80.zip::https://codeberg.org/nobody/LocalCDN/archive/v2.6.80.zip
+b2sums = 0c5d88d6b66a48c1d9f0c10749d54770170e01ae67b9fb4ae91f92a4f8b90d4c1d01e1ed24d17323146105bd12f0c48e6da370db757ebea4d536ca6720cddf38
 optdepends = chromium
diff --git a/PKGBUILD b/PKGBUILD
index c04374b..7abec02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: exponential <echo ZXhwb25lbnRpYWxtYXRyaXhAcHJvdG9ubWFpbC5jb20K | base64 -d>
 _name='localcdn'
 pkgname="webext-${_name}-chromium"
-pkgver="2.6.79"
+pkgver="2.6.80"
 pkgrel=0
 pkgdesc="Emulates remote frameworks and delivers them as local resource, extension for Chromium."
 arch=('all')
@@ -10,7 +10,7 @@ license=('MPL2')
 optdepends=('chromium')
 source=("${pkgname}_${pkgver}.zip::${url}archive/v${pkgver}.zip")
 extensions=()
-b2sums=('4f76f8cb857d3cd7b98e9c0459b8a756bc4782a1a64230b0fb7303b8960fcdc0f80ab68a515903a7fec2d61b414f9839ce8990a8ac22219b919ea7866e20f325')
+b2sums=('0c5d88d6b66a48c1d9f0c10749d54770170e01ae67b9fb4ae91f92a4f8b90d4c1d01e1ed24d17323146105bd12f0c48e6da370db757ebea4d536ca6720cddf38')
 
 prepare() {
 cd "${srcdir}"
diff --git a/update b/update
index 3e6af92..0c3cb9f 100755
--- a/update
+++ b/update
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -eu
+
 _name='localcdn'
 pkgname="webext-${_name}-chromium"
 url='https://codeberg.org/nobody/LocalCDN/'