summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-05-10 16:08:09 +1000
committerAmir Zarrinkafsh2022-05-10 16:08:09 +1000
commit63dc30548b4002566bdfa5ce5d3d077829df4386 (patch)
tree0a3e7ae0101fe24517192a7e2c1bfcc862f6b5d6
parentdfbbea3858550a9704cd291c7288a75fa806694a (diff)
downloadaur-63dc30548b4002566bdfa5ce5d3d077829df4386.tar.gz
Update to v4.35.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03e62b7e5c7d..8e127b9cc428 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.2
+ pkgver = 4.35.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.35.2.tar.gz::https://github.com/authelia/authelia/archive/v4.35.2.tar.gz
- sha256sums = 2b4b8f36706a4a6123b98b0db0412bae3f29bcffcb45d306d0e24199fcd92ad7
+ source = authelia-4.35.3.tar.gz::https://github.com/authelia/authelia/archive/v4.35.3.tar.gz
+ sha256sums = c98a6d418bc7b06fdf0b7d61526b4e3b20f5593dc61f132e311898b04d7326dc
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index a897916bc0c6..f9fc3f70c48c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.35.2
+pkgver=4.35.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=('2b4b8f36706a4a6123b98b0db0412bae3f29bcffcb45d306d0e24199fcd92ad7')
+sha256sums=('c98a6d418bc7b06fdf0b7d61526b4e3b20f5593dc61f132e311898b04d7326dc')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}"