summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-04-25 23:52:02 +1000
committerAmir Zarrinkafsh2022-04-25 23:52:02 +1000
commit9170b6c88f2680e55cf0eb2bf47f5907f1809afb (patch)
tree4aebe39164490a397e2f3f87cf6fb5455cbd92af
parent9cfaf40a9944ec19f99cfc457fc8fd1c032dde1f (diff)
downloadaur-9170b6c88f2680e55cf0eb2bf47f5907f1809afb.tar.gz
Update to v4.35.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4503f05e79b0..08978f586a75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.35.0
+ pkgver = 4.35.1
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.35.0.tar.gz::https://github.com/authelia/authelia/archive/v4.35.0.tar.gz
- sha256sums = 565d724e9131aef95a2cd964d7728fa3facd2c77d843233b9990702ae25a063d
+ source = authelia-4.35.1.tar.gz::https://github.com/authelia/authelia/archive/v4.35.1.tar.gz
+ sha256sums = 6ec6e48302886e4d121ac6b30b94de64d8c805b3e86583c8be81afa733ee4a7f
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 4b870af0d5ee..4790b79449cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.35.0
+pkgver=4.35.1
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=('565d724e9131aef95a2cd964d7728fa3facd2c77d843233b9990702ae25a063d')
+sha256sums=('6ec6e48302886e4d121ac6b30b94de64d8c805b3e86583c8be81afa733ee4a7f')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}"