summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2020-11-24 13:38:08 +1100
committerAmir Zarrinkafsh2020-11-24 13:38:08 +1100
commitceef5ea422fec7f982fdff713d17132d918768ad (patch)
tree6ab8c237bf5d3c0493d07eab73df8537db14c248
parent2b703d9feffa4c1cfc6fa1fe7a6c15676376ee37 (diff)
downloadaur-ceef5ea422fec7f982fdff713d17132d918768ad.tar.gz
Update to v4.23.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbbe40a87356..439ba10cabe6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.23.2
+ pkgver = 4.23.3
pkgrel = 1
url = https://github.com/authelia/authelia
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = authelia
conflicts = authelia-bin
conflicts = authelia-git
backup = etc/authelia/configuration.yml
- source = authelia-4.23.2.tar.gz::https://github.com/authelia/authelia/archive/v4.23.2.tar.gz
- sha256sums = 00ab3949c58de421d3eeaac413ad2e828ea620290962e45bf0dd81b8e9cfe001
+ source = authelia-4.23.3.tar.gz::https://github.com/authelia/authelia/archive/v4.23.3.tar.gz
+ sha256sums = d8f3619187c009c57c591da646db814320ea917365fcaaa8f5a036a78b2dbee5
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index ef48cd3507dc..8e70f5c32369 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.23.2
+pkgver=4.23.3
pkgrel=1
pkgdesc="The Cloud ready multi-factor authentication portal for your Apps."
arch=('x86_64' 'aarch64' 'armv7h')
@@ -21,7 +21,7 @@ backup=('etc/authelia/configuration.yml')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('00ab3949c58de421d3eeaac413ad2e828ea620290962e45bf0dd81b8e9cfe001')
+sha256sums=('d8f3619187c009c57c591da646db814320ea917365fcaaa8f5a036a78b2dbee5')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin"