summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-07-26 18:30:44 +1000
committerAmir Zarrinkafsh2022-07-26 18:30:44 +1000
commit9fbb10884af8ab7be7dc50e71eca141b96430639 (patch)
treed91b30c22d7726901b27ce04a3b192e9863fec2a
parent9957c2a46513f8eb942ea0980dc0426ed9e4eb45 (diff)
downloadaur-9fbb10884af8ab7be7dc50e71eca141b96430639.tar.gz
Update to v4.36.3
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d10e6c1ea32..ee4c35d4d199 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.2
+ pkgver = 4.36.3
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.2/authelia-v4.36.2-linux-amd64.tar.gz
- sha256sums_x86_64 = 8261f3f9f5d036840dc9357f62ea8b6c3a27432ae1f0a678dc5b034c2cf08160
- source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.36.2/authelia-v4.36.2-linux-arm64.tar.gz
- sha256sums_aarch64 = e3bce8ef8c6fa742f24a8666074728389f6555547f7fb75eef934f2c3d84224e
- source_armv7h = https://github.com/authelia/authelia/releases/download/v4.36.2/authelia-v4.36.2-linux-arm.tar.gz
- sha256sums_armv7h = 368a7aba49aa6d4be37016f8d20d6d60ae1633446099c7e7a2edb9129415ea6a
+ source_x86_64 = https://github.com/authelia/authelia/releases/download/v4.36.3/authelia-v4.36.3-linux-amd64.tar.gz
+ sha256sums_x86_64 = 20373df70cde6620ab7ad123892110f9f2218ad08d7eb685b741c442fd2c839e
+ source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.36.3/authelia-v4.36.3-linux-arm64.tar.gz
+ sha256sums_aarch64 = 7523f3ea58ac9921a259b53fa423313dd6bf26846ee74eb8d3b3cff4dd524194
+ source_armv7h = https://github.com/authelia/authelia/releases/download/v4.36.3/authelia-v4.36.3-linux-arm.tar.gz
+ sha256sums_armv7h = 49f5a8a6bc774610565b0803f97d835f6c227fb00aef0752bf5b91c9e061f385
pkgname = authelia-bin
diff --git a/PKGBUILD b/PKGBUILD
index ac7ca552adba..6264249a529a 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.2
+pkgver=4.36.3
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=('8261f3f9f5d036840dc9357f62ea8b6c3a27432ae1f0a678dc5b034c2cf08160')
-sha256sums_aarch64=('e3bce8ef8c6fa742f24a8666074728389f6555547f7fb75eef934f2c3d84224e')
-sha256sums_armv7h=('368a7aba49aa6d4be37016f8d20d6d60ae1633446099c7e7a2edb9129415ea6a')
+sha256sums_x86_64=('20373df70cde6620ab7ad123892110f9f2218ad08d7eb685b741c442fd2c839e')
+sha256sums_aarch64=('7523f3ea58ac9921a259b53fa423313dd6bf26846ee74eb8d3b3cff4dd524194')
+sha256sums_armv7h=('49f5a8a6bc774610565b0803f97d835f6c227fb00aef0752bf5b91c9e061f385')
package() {
install -Dm644 "$srcdir/$_pkgname.service" "$pkgdir/usr/lib/systemd/system/$_pkgname.service"