summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-05-26 08:41:01 +1000
committerAmir Zarrinkafsh2022-05-26 08:41:01 +1000
commit9973ed6b1cb411a9c34720bfc924f79466f8e7a0 (patch)
tree80255ec3e17e79afb3c4932dc111e4464cfb01ff
parentdf22376901aa4e5d0083c3fd66eaf31818af80ab (diff)
downloadaur-9973ed6b1cb411a9c34720bfc924f79466f8e7a0.tar.gz
Update to v4.35.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e3a1f15e96b..81e19a95d3aa 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.5
+ pkgver = 4.35.6
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.5.tar.gz::https://github.com/authelia/authelia/archive/v4.35.5.tar.gz
- sha256sums = 7b6b652b7047ccbd5381c510407e537b2f87c70215b9b0e2b6161834e921fae8
+ source = authelia-4.35.6.tar.gz::https://github.com/authelia/authelia/archive/v4.35.6.tar.gz
+ sha256sums = 1cfba87aef389004a78de5278adb9e567e03a48c7a7e1845cce20d2924b9e1f0
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 3c9b954019bf..8b61c4833976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.35.5
+pkgver=4.35.6
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=('7b6b652b7047ccbd5381c510407e537b2f87c70215b9b0e2b6161834e921fae8')
+sha256sums=('1cfba87aef389004a78de5278adb9e567e03a48c7a7e1845cce20d2924b9e1f0')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}"