summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-03-05 18:43:51 +1100
committerAmir Zarrinkafsh2022-03-05 18:43:51 +1100
commit8f3202720d123441f7da180d603b2890f21707c5 (patch)
treea68422cce1a9a5c6a3f38de427a85ae3c24a2c01
parentb3042eb2c690661efbc815589bb54736d18bfe1a (diff)
downloadaur-8f3202720d123441f7da180d603b2890f21707c5.tar.gz
Update to v4.34.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f923a9c3045..35aa0bcd5763 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.2
+ pkgver = 4.34.3
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.2.tar.gz::https://github.com/authelia/authelia/archive/v4.34.2.tar.gz
- sha256sums = aa567f0f238dad502a39ca1ddd220d6ba02d3231d15ffc736bfc944072d77711
+ source = authelia-4.34.3.tar.gz::https://github.com/authelia/authelia/archive/v4.34.3.tar.gz
+ sha256sums = 5c68ba5a931014173355d89c0f65b60d159ca34140a4e10506008c1b2deb6c8f
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 6dc26c476aeb..8992d9ac7b6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.34.2
+pkgver=4.34.3
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=('aa567f0f238dad502a39ca1ddd220d6ba02d3231d15ffc736bfc944072d77711')
+sha256sums=('5c68ba5a931014173355d89c0f65b60d159ca34140a4e10506008c1b2deb6c8f')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}"