summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-05-06 11:08:53 +1000
committerAmir Zarrinkafsh2022-05-06 11:08:53 +1000
commitdfbbea3858550a9704cd291c7288a75fa806694a (patch)
tree75282ae9ad2da1b81b9456808ca2c86ba6597b40
parent9170b6c88f2680e55cf0eb2bf47f5907f1809afb (diff)
downloadaur-dfbbea3858550a9704cd291c7288a75fa806694a.tar.gz
Update to v4.35.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08978f586a75..03e62b7e5c7d 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.1
+ pkgver = 4.35.2
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.1.tar.gz::https://github.com/authelia/authelia/archive/v4.35.1.tar.gz
- sha256sums = 6ec6e48302886e4d121ac6b30b94de64d8c805b3e86583c8be81afa733ee4a7f
+ source = authelia-4.35.2.tar.gz::https://github.com/authelia/authelia/archive/v4.35.2.tar.gz
+ sha256sums = 2b4b8f36706a4a6123b98b0db0412bae3f29bcffcb45d306d0e24199fcd92ad7
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 4790b79449cf..a897916bc0c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.35.1
+pkgver=4.35.2
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=('6ec6e48302886e4d121ac6b30b94de64d8c805b3e86583c8be81afa733ee4a7f')
+sha256sums=('2b4b8f36706a4a6123b98b0db0412bae3f29bcffcb45d306d0e24199fcd92ad7')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}"