summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-10-28 21:45:01 +1100
committerAmir Zarrinkafsh2022-10-28 21:45:01 +1100
commit0b98d11838b457853b23466014304238cb25a7f7 (patch)
tree10e273229d20de7dd37697b35ee8818cc178c269
parent87306f13ea1fe8fc3b841e94fbf2100ddc45f3ea (diff)
downloadaur-0b98d11838b457853b23466014304238cb25a7f7.tar.gz
Update to v4.37.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 374945abc8b2..af60a8989c19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.37.1
+ pkgver = 4.37.2
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.37.1.tar.gz::https://github.com/authelia/authelia/archive/v4.37.1.tar.gz
- sha256sums = 7c70c92a1a5e90ac280005850e96143443671f784f0df761d43b6f5e11a1b23a
+ source = authelia-4.37.2.tar.gz::https://github.com/authelia/authelia/archive/v4.37.2.tar.gz
+ sha256sums = 98366c3b3084d70c89c94d8a8060d79ee1a754ef2ed72636fd90790d81b9889f
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 24a9df48a5ea..bd5cca3a2de8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.37.1
+pkgver=4.37.2
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=('7c70c92a1a5e90ac280005850e96143443671f784f0df761d43b6f5e11a1b23a')
+sha256sums=('98366c3b3084d70c89c94d8a8060d79ee1a754ef2ed72636fd90790d81b9889f')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}"