summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-03-04 16:17:28 +1100
committerAmir Zarrinkafsh2022-03-04 16:17:28 +1100
commita02e62e28254a1edd7b20e199c24b4bc5c17d210 (patch)
tree2717919373808c7a6424681d247ea2e1404a019e
parent9da4038fc9d80d6dbb183626e8d5bdd3c1b48ac6 (diff)
downloadaur-a02e62e28254a1edd7b20e199c24b4bc5c17d210.tar.gz
Update to v4.34.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcd5fc71c10a..a71ee1e116da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.33.2
+ pkgver = 4.34.0
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.33.2.tar.gz::https://github.com/authelia/authelia/archive/v4.33.2.tar.gz
- sha256sums = 37811763d467560463f698804130a7981a591243431881336df166c5563aa8a5
+ source = authelia-4.34.0.tar.gz::https://github.com/authelia/authelia/archive/v4.34.0.tar.gz
+ sha256sums = b4df62efa12857d25cc770205dc767a4fc17f080c13689cadf7ec7f8048335cb
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 5baedf2150d1..c036e70b53d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.33.2
+pkgver=4.34.0
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=('37811763d467560463f698804130a7981a591243431881336df166c5563aa8a5')
+sha256sums=('b4df62efa12857d25cc770205dc767a4fc17f080c13689cadf7ec7f8048335cb')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}"