summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2024-06-16 19:59:41 +1000
committerAmir Zarrinkafsh2024-06-16 19:59:41 +1000
commit20574d20fd0b81eda2dcb40a5b6de939d93ce533 (patch)
tree9f41581329d2a0cc4c7d63fa3d023bee7cc924ca /PKGBUILD
parent79b441e34d7dc5b8b7502b294673f17a604eb647 (diff)
downloadaur-authelia.tar.gz
Update to v4.38.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f16c3c7e7d78..9ed52b202607 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.38.8
+pkgver=4.38.9
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=('fdc9965e2318dada4b41c88b315d4618c297a771a50ed8b21cae06d797932e5d')
+sha256sums=('4ff5e1d05c5a876a06dcbf46265929cba1f0e52f201679c6cfc56d2bdaa2ade8')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}" CGO_CPPFLAGS="-D_FORTIFY_SOURCE=2 -fstack-protector-strong" CGO_LDFLAGS="-Wl,-z,relro,-z,now"