summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-04-19 08:50:04 +1000
committerAmir Zarrinkafsh2022-04-19 08:50:04 +1000
commit9cfaf40a9944ec19f99cfc457fc8fd1c032dde1f (patch)
tree1e7948bbd86fce171ae645f19340d1648fbdf576
parent5852ee8c529d69e847041df77531de914ec38434 (diff)
downloadaur-9cfaf40a9944ec19f99cfc457fc8fd1c032dde1f.tar.gz
Update to v4.35.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18d8ee2e4e2d..4503f05e79b0 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.6
+ pkgver = 4.35.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.34.6.tar.gz::https://github.com/authelia/authelia/archive/v4.34.6.tar.gz
- sha256sums = f5bfac06e903a07fe4bae78365068890a9b10a05d37ea42ae88c05f472cd9e23
+ source = authelia-4.35.0.tar.gz::https://github.com/authelia/authelia/archive/v4.35.0.tar.gz
+ sha256sums = 565d724e9131aef95a2cd964d7728fa3facd2c77d843233b9990702ae25a063d
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index e232fa290a3b..4b870af0d5ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.34.6
+pkgver=4.35.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=('f5bfac06e903a07fe4bae78365068890a9b10a05d37ea42ae88c05f472cd9e23')
+sha256sums=('565d724e9131aef95a2cd964d7728fa3facd2c77d843233b9990702ae25a063d')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}"