summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-09-06 12:31:13 +1000
committerAmir Zarrinkafsh2022-09-06 12:31:13 +1000
commit6b608e0ad8ecf6780ceee81166b074f203a8528a (patch)
treef9c0069ced32d44bff829f8fa05834f53ef17dae
parent204792e603c4ccaddd1446dc97d18218ac0b420b (diff)
downloadaur-6b608e0ad8ecf6780ceee81166b074f203a8528a.tar.gz
Update to v4.36.7
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddb4f3725d2d..d272e310112b 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.36.6
+ pkgver = 4.36.7
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.36.6/authelia-v4.36.6-linux-amd64.tar.gz
- sha256sums_x86_64 = f3cd39681ae55ca8ed4ba7e322aa4b1f4c57ffaf2a639009c305474ee08e0d8f
- source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.36.6/authelia-v4.36.6-linux-arm64.tar.gz
- sha256sums_aarch64 = 7303beca164133bc93684a9ffa3e629c03106896f8d2572b3854350f54fa0296
- source_armv7h = https://github.com/authelia/authelia/releases/download/v4.36.6/authelia-v4.36.6-linux-arm.tar.gz
- sha256sums_armv7h = e5dec93ebba0aee1f373fda3c442cea393c3a0ddd7681cab151de105b5223bdf
+ source_x86_64 = https://github.com/authelia/authelia/releases/download/v4.36.7/authelia-v4.36.7-linux-amd64.tar.gz
+ sha256sums_x86_64 = 2ead2694e77e348e0ddd489a016681b5cdebdc1ef818a5b1ecf7f23cf9cad7ce
+ source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.36.7/authelia-v4.36.7-linux-arm64.tar.gz
+ sha256sums_aarch64 = 2129e3fe41ec782539c49cd56b068fefe3b050a965c8ef6884fd5b94ff71ba35
+ source_armv7h = https://github.com/authelia/authelia/releases/download/v4.36.7/authelia-v4.36.7-linux-arm.tar.gz
+ sha256sums_armv7h = 7f9e02da6b0aa5beb511c3aa9d24d2bb14e093d5ac767060e406e98a40187103
pkgname = authelia-bin
diff --git a/PKGBUILD b/PKGBUILD
index cd26a2dc7b2f..23797a2be366 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia-bin
_pkgname=authelia
-pkgver=4.36.6
+pkgver=4.36.7
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=('f3cd39681ae55ca8ed4ba7e322aa4b1f4c57ffaf2a639009c305474ee08e0d8f')
-sha256sums_aarch64=('7303beca164133bc93684a9ffa3e629c03106896f8d2572b3854350f54fa0296')
-sha256sums_armv7h=('e5dec93ebba0aee1f373fda3c442cea393c3a0ddd7681cab151de105b5223bdf')
+sha256sums_x86_64=('2ead2694e77e348e0ddd489a016681b5cdebdc1ef818a5b1ecf7f23cf9cad7ce')
+sha256sums_aarch64=('2129e3fe41ec782539c49cd56b068fefe3b050a965c8ef6884fd5b94ff71ba35')
+sha256sums_armv7h=('7f9e02da6b0aa5beb511c3aa9d24d2bb14e093d5ac767060e406e98a40187103')
package() {
install -Dm644 "$srcdir/$_pkgname.service" "$pkgdir/usr/lib/systemd/system/$_pkgname.service"