summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2024-04-15 13:53:30 +1000
committerAmir Zarrinkafsh2024-04-15 13:53:30 +1000
commit79b441e34d7dc5b8b7502b294673f17a604eb647 (patch)
treeccd368e9c651b2fdab6bb7aa228157c6ecf9d464
parent4d9dd3a9f0604c137cf250e1c6c48531223c3698 (diff)
downloadaur-79b441e34d7dc5b8b7502b294673f17a604eb647.tar.gz
Update to v4.38.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9069ff9f040..c627a508e9f3 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.7
+ pkgver = 4.38.8
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.7.tar.gz::https://github.com/authelia/authelia/archive/v4.38.7.tar.gz
- sha256sums = b15d764ee48271041f4146f6460738734c882cad3bac4c9a57ebc154e5c67931
+ source = authelia-4.38.8.tar.gz::https://github.com/authelia/authelia/archive/v4.38.8.tar.gz
+ sha256sums = fdc9965e2318dada4b41c88b315d4618c297a771a50ed8b21cae06d797932e5d
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 0b5d4a2919cf..f16c3c7e7d78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.38.7
+pkgver=4.38.8
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=('b15d764ee48271041f4146f6460738734c882cad3bac4c9a57ebc154e5c67931')
+sha256sums=('fdc9965e2318dada4b41c88b315d4618c297a771a50ed8b21cae06d797932e5d')
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"