summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-03-10 13:32:37 +1100
committerAmir Zarrinkafsh2022-03-10 13:32:37 +1100
commitbf5a15b3ae61de7aec3cf842ba9b3541335cdd5e (patch)
treeb16ccd73c188e245858edd7e4a5f14ecd64406ae
parent8f3202720d123441f7da180d603b2890f21707c5 (diff)
downloadaur-bf5a15b3ae61de7aec3cf842ba9b3541335cdd5e.tar.gz
Update to v4.34.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35aa0bcd5763..41e3089fd8a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.34.3
+ pkgver = 4.34.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.34.3.tar.gz::https://github.com/authelia/authelia/archive/v4.34.3.tar.gz
- sha256sums = 5c68ba5a931014173355d89c0f65b60d159ca34140a4e10506008c1b2deb6c8f
+ source = authelia-4.34.4.tar.gz::https://github.com/authelia/authelia/archive/v4.34.4.tar.gz
+ sha256sums = 1ff74d9c3ca2f32af89e18c77e0dc80d69439647b591749c54521ff56cb8bfd0
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 8992d9ac7b6d..19a7277cefc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.34.3
+pkgver=4.34.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=('5c68ba5a931014173355d89c0f65b60d159ca34140a4e10506008c1b2deb6c8f')
+sha256sums=('1ff74d9c3ca2f32af89e18c77e0dc80d69439647b591749c54521ff56cb8bfd0')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}"