summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2024-03-31 20:56:00 +1100
committerAmir Zarrinkafsh2024-03-31 20:56:00 +1100
commit56a4dc4ede46b07a9640313a0be58c7cab4d52d1 (patch)
tree04f27784cb6419647c0dffe1c60dec584ef2fd62
parenta7962f9f8757e709e7b4bd4e5b9be996f1e61e06 (diff)
downloadaur-56a4dc4ede46b07a9640313a0be58c7cab4d52d1.tar.gz
Update to v4.38.7
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ae86f6e88a0..7b22e0651a1d 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.6
+ pkgver = 4.38.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.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
+ source_x86_64 = https://github.com/authelia/authelia/releases/download/v4.38.7/authelia-v4.38.7-linux-amd64.tar.gz
+ sha256sums_x86_64 = b4dca0ad2bd256c7c635de4196f0662e299c58222a575bf209a01fcb4dd5c7db
+ source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.38.7/authelia-v4.38.7-linux-arm64.tar.gz
+ sha256sums_aarch64 = 1b2f8c04e9d6ec5506e85cbba3c7ca5ef08d126ef93294ec295e1486502c12d3
+ source_armv7h = https://github.com/authelia/authelia/releases/download/v4.38.7/authelia-v4.38.7-linux-arm.tar.gz
+ sha256sums_armv7h = 51425330c43509cff51cdcdd74666dd4d7e46d01f1bde978e7ee4fbd453357c1
pkgname = authelia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9ce804a8082c..79bf5b365529 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.6
+pkgver=4.38.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=('83e7437615dd17ffeec3326df357bdf26559e1b40824ae2af92c15566acfaaf5')
-sha256sums_aarch64=('d0b17c18dd14fc664f52ee1b43567f62756b350663d991211a0d4458948a54a5')
-sha256sums_armv7h=('3807ea690b15eca3ffcd736ba2993bf76e2f850b9cda21ef234bc6effa601f66')
+sha256sums_x86_64=('b4dca0ad2bd256c7c635de4196f0662e299c58222a575bf209a01fcb4dd5c7db')
+sha256sums_aarch64=('1b2f8c04e9d6ec5506e85cbba3c7ca5ef08d126ef93294ec295e1486502c12d3')
+sha256sums_armv7h=('51425330c43509cff51cdcdd74666dd4d7e46d01f1bde978e7ee4fbd453357c1')
package() {
install -Dm644 "$srcdir/$_pkgname.service" "$pkgdir/usr/lib/systemd/system/$_pkgname.service"