summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2024-03-20 16:43:29 +1100
committerAmir Zarrinkafsh2024-03-20 16:43:29 +1100
commita7962f9f8757e709e7b4bd4e5b9be996f1e61e06 (patch)
tree864fe407be54bcc2d324ddf7822e51fdcd682ac7
parent466dfddea7444a0f373068f31a1161093b8467a4 (diff)
downloadaur-a7962f9f8757e709e7b4bd4e5b9be996f1e61e06.tar.gz
Update to v4.38.6
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f24064e1d45..6ae86f6e88a0 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.38.5
+ pkgver = 4.38.6
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.38.5/authelia-v4.38.5-linux-amd64.tar.gz
- sha256sums_x86_64 = c8c3c1f5f2e1316acef029d0822c661178943b44c112ed5efd0bb487ffbc9559
- source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.38.5/authelia-v4.38.5-linux-arm64.tar.gz
- sha256sums_aarch64 = e2dfc7ddca181038dfa6d7b1192cbf1709234694dafdb1a0789d60b8b3519eaf
- source_armv7h = https://github.com/authelia/authelia/releases/download/v4.38.5/authelia-v4.38.5-linux-arm.tar.gz
- sha256sums_armv7h = 845da228a206c9cf86ff0ccd07901fe4ac177bf4d1e950d4d744a11dff0ec1b9
+ source_x86_64 = https://github.com/authelia/authelia/releases/download/v4.38.6/authelia-v4.38.6-linux-amd64.tar.gz
+ sha256sums_x86_64 = 83e7437615dd17ffeec3326df357bdf26559e1b40824ae2af92c15566acfaaf5
+ source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.38.6/authelia-v4.38.6-linux-arm64.tar.gz
+ sha256sums_aarch64 = d0b17c18dd14fc664f52ee1b43567f62756b350663d991211a0d4458948a54a5
+ source_armv7h = https://github.com/authelia/authelia/releases/download/v4.38.6/authelia-v4.38.6-linux-arm.tar.gz
+ sha256sums_armv7h = 3807ea690b15eca3ffcd736ba2993bf76e2f850b9cda21ef234bc6effa601f66
pkgname = authelia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 89828d9c33e7..9ce804a8082c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia-bin
_pkgname=authelia
-pkgver=4.38.5
+pkgver=4.38.6
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=('c8c3c1f5f2e1316acef029d0822c661178943b44c112ed5efd0bb487ffbc9559')
-sha256sums_aarch64=('e2dfc7ddca181038dfa6d7b1192cbf1709234694dafdb1a0789d60b8b3519eaf')
-sha256sums_armv7h=('845da228a206c9cf86ff0ccd07901fe4ac177bf4d1e950d4d744a11dff0ec1b9')
+sha256sums_x86_64=('83e7437615dd17ffeec3326df357bdf26559e1b40824ae2af92c15566acfaaf5')
+sha256sums_aarch64=('d0b17c18dd14fc664f52ee1b43567f62756b350663d991211a0d4458948a54a5')
+sha256sums_armv7h=('3807ea690b15eca3ffcd736ba2993bf76e2f850b9cda21ef234bc6effa601f66')
package() {
install -Dm644 "$srcdir/$_pkgname.service" "$pkgdir/usr/lib/systemd/system/$_pkgname.service"