summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2024-03-31 20:55:55 +1100
committerAmir Zarrinkafsh2024-03-31 20:55:55 +1100
commit40e3a5141baa15d5f8cb59906c33dc936a9ea421 (patch)
tree91f1e1fafcad02c27d0eaaaf161e0ccfe41ed4ed
parentef8b3ba8f768eea31724582b84f85b01226a86c0 (diff)
downloadaur-40e3a5141baa15d5f8cb59906c33dc936a9ea421.tar.gz
Update to v4.38.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c6a187d44d5..f9069ff9f040 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.6
+ pkgver = 4.38.7
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.6.tar.gz::https://github.com/authelia/authelia/archive/v4.38.6.tar.gz
- sha256sums = b2b7f9f83b8d339ea358bb5b74f33ac4d7f9d4193668f36f6845dc854ce74864
+ source = authelia-4.38.7.tar.gz::https://github.com/authelia/authelia/archive/v4.38.7.tar.gz
+ sha256sums = b15d764ee48271041f4146f6460738734c882cad3bac4c9a57ebc154e5c67931
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 32b9eded1dc1..e0df8c435031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.38.6
+pkgver=4.38.7
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=('b2b7f9f83b8d339ea358bb5b74f33ac4d7f9d4193668f36f6845dc854ce74864')
+sha256sums=('b15d764ee48271041f4146f6460738734c882cad3bac4c9a57ebc154e5c67931')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}"