summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2024-03-20 11:46:40 +1100
committerAmir Zarrinkafsh2024-03-20 11:46:40 +1100
commit466dfddea7444a0f373068f31a1161093b8467a4 (patch)
tree66a533154a3ca8fd6ca0070bfe12d91d4bc58e68
parent804c6815146b10bec0a1a44b9eae739d8ccd85b5 (diff)
downloadaur-466dfddea7444a0f373068f31a1161093b8467a4.tar.gz
Update to v4.38.5
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 435e23ec5c69..6f24064e1d45 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.4
+ pkgver = 4.38.5
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.4/authelia-v4.38.4-linux-amd64.tar.gz
- sha256sums_x86_64 = 3ce24ebd83e947891c2ac01583886eb5fec65725f3433eba524f0dd45f50e243
- source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.38.4/authelia-v4.38.4-linux-arm64.tar.gz
- sha256sums_aarch64 = c293026330e317d5840d6302db50d080021e3e673de51a67026be5039391b60a
- source_armv7h = https://github.com/authelia/authelia/releases/download/v4.38.4/authelia-v4.38.4-linux-arm.tar.gz
- sha256sums_armv7h = a10cdc89ac590a913b72529e4723d81f799719e03aea806d79312a3540bfee51
+ 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
pkgname = authelia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 83924ac6e809..89828d9c33e7 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.4
+pkgver=4.38.5
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=('3ce24ebd83e947891c2ac01583886eb5fec65725f3433eba524f0dd45f50e243')
-sha256sums_aarch64=('c293026330e317d5840d6302db50d080021e3e673de51a67026be5039391b60a')
-sha256sums_armv7h=('a10cdc89ac590a913b72529e4723d81f799719e03aea806d79312a3540bfee51')
+sha256sums_x86_64=('c8c3c1f5f2e1316acef029d0822c661178943b44c112ed5efd0bb487ffbc9559')
+sha256sums_aarch64=('e2dfc7ddca181038dfa6d7b1192cbf1709234694dafdb1a0789d60b8b3519eaf')
+sha256sums_armv7h=('845da228a206c9cf86ff0ccd07901fe4ac177bf4d1e950d4d744a11dff0ec1b9')
package() {
install -Dm644 "$srcdir/$_pkgname.service" "$pkgdir/usr/lib/systemd/system/$_pkgname.service"