summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2024-03-18 23:17:42 +1100
committerAmir Zarrinkafsh2024-03-18 23:17:42 +1100
commit46e20f514ba0e1b69baaea335362294220b30fba (patch)
treee491e2e1dbaec6e45a52dd127732989f13af148d
parent35e083cd96e72bf79c51ead2b0806075d800630b (diff)
downloadaur-46e20f514ba0e1b69baaea335362294220b30fba.tar.gz
Update to v4.38.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ab82a6be365..3d744396fb29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.38.3
+ pkgver = 4.38.4
pkgrel = 1
url = https://github.com/authelia/authelia
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = authelia
conflicts = authelia-bin
conflicts = authelia-git
backup = etc/authelia/configuration.yml
- source = authelia-4.38.3.tar.gz::https://github.com/authelia/authelia/archive/v4.38.3.tar.gz
- sha256sums = 8fc6febceb2083a22761abcacc39996e5265b10bd8a27ad16d1918506f124c41
+ source = authelia-4.38.4.tar.gz::https://github.com/authelia/authelia/archive/v4.38.4.tar.gz
+ sha256sums = eaafdc9c823ae3533fe9f04e61f1896428277d1897816e87c51c16274e0be35b
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 18a485abcb51..ba1a95af5dcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.38.3
+pkgver=4.38.4
pkgrel=1
pkgdesc="The Cloud ready multi-factor authentication portal for your Apps."
arch=('x86_64' 'aarch64' 'armv7h')
@@ -22,7 +22,7 @@ backup=('etc/authelia/configuration.yml')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('8fc6febceb2083a22761abcacc39996e5265b10bd8a27ad16d1918506f124c41')
+sha256sums=('eaafdc9c823ae3533fe9f04e61f1896428277d1897816e87c51c16274e0be35b')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}"