summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-10-28 21:45:14 +1100
committerAmir Zarrinkafsh2022-10-28 21:45:14 +1100
commit4da766f76f45b571f6414282c623e15e107a81ab (patch)
tree0d9ac5cbfffd42a6b60be3f34661ecd95b38cee8
parentdec4a2a00abb67d38d5735a0678f91c6dd534547 (diff)
downloadaur-4da766f76f45b571f6414282c623e15e107a81ab.tar.gz
Update to v4.37.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f64f7d766595..c4447bc475c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia-bin
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps. Pre-compiled.
- pkgver = 4.37.1
+ pkgver = 4.37.2
pkgrel = 1
url = https://github.com/authelia/authelia
arch = x86_64
@@ -11,11 +11,11 @@ pkgbase = authelia-bin
conflicts = authelia
conflicts = authelia-git
backup = etc/authelia/configuration.yml
- source_x86_64 = https://github.com/authelia/authelia/releases/download/v4.37.1/authelia-v4.37.1-linux-amd64.tar.gz
- sha256sums_x86_64 = 5a812ba2946039c5cba98ee79538cdb60de37b02338f2389a393334eb9bbb4af
- source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.37.1/authelia-v4.37.1-linux-arm64.tar.gz
- sha256sums_aarch64 = 606b7650ec66c256f46b54d7bf0194a4915f6817f2a5b0039c3e5fa92f0a3186
- source_armv7h = https://github.com/authelia/authelia/releases/download/v4.37.1/authelia-v4.37.1-linux-arm.tar.gz
- sha256sums_armv7h = b79eee57d50a00c3bd715dd77c47ec97be623729f8ec2191756d64735a498889
+ source_x86_64 = https://github.com/authelia/authelia/releases/download/v4.37.2/authelia-v4.37.2-linux-amd64.tar.gz
+ sha256sums_x86_64 = 42a14b8cba61129204e8c763e248453833e479ad98256f8634e209872e8ce822
+ source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.37.2/authelia-v4.37.2-linux-arm64.tar.gz
+ sha256sums_aarch64 = f5be2a463f21c197e3cd381335310b8a85be60f3e70f31db28b44939cd2653ed
+ source_armv7h = https://github.com/authelia/authelia/releases/download/v4.37.2/authelia-v4.37.2-linux-arm.tar.gz
+ sha256sums_armv7h = 04888498032e979bcf7482f8555433b34da56bd88ba8663a415ae3e9c76ff6ef
pkgname = authelia-bin
diff --git a/PKGBUILD b/PKGBUILD
index face7d7c6291..adf753e29f22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia-bin
_pkgname=authelia
-pkgver=4.37.1
+pkgver=4.37.2
pkgrel=1
pkgdesc="The Cloud ready multi-factor authentication portal for your Apps. Pre-compiled."
arch=('x86_64' 'aarch64' 'armv7h')
@@ -18,9 +18,9 @@ source_x86_64=("https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgve
source_aarch64=("https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/$_pkgname-v$pkgver-linux-arm64.tar.gz")
source_armv7h=("https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/$_pkgname-v$pkgver-linux-arm.tar.gz")
-sha256sums_x86_64=('5a812ba2946039c5cba98ee79538cdb60de37b02338f2389a393334eb9bbb4af')
-sha256sums_aarch64=('606b7650ec66c256f46b54d7bf0194a4915f6817f2a5b0039c3e5fa92f0a3186')
-sha256sums_armv7h=('b79eee57d50a00c3bd715dd77c47ec97be623729f8ec2191756d64735a498889')
+sha256sums_x86_64=('42a14b8cba61129204e8c763e248453833e479ad98256f8634e209872e8ce822')
+sha256sums_aarch64=('f5be2a463f21c197e3cd381335310b8a85be60f3e70f31db28b44939cd2653ed')
+sha256sums_armv7h=('04888498032e979bcf7482f8555433b34da56bd88ba8663a415ae3e9c76ff6ef')
package() {
install -Dm644 "$srcdir/$_pkgname.service" "$pkgdir/usr/lib/systemd/system/$_pkgname.service"