summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2020-11-11 16:24:32 +1100
committerAmir Zarrinkafsh2020-11-11 16:24:32 +1100
commitcbb4cb065768692a7c04f6c3847405141fb4cc9d (patch)
tree53ad9de1ade6eed25c0026d4e3c156d98112796a
parentda0035ff24707213d0bc09b7b92ef175835341eb (diff)
downloadaur-cbb4cb065768692a7c04f6c3847405141fb4cc9d.tar.gz
Update to v4.23.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f7a65273e64..b9de1f8a672e 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.0
+ pkgver = 4.23.1
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.0.tar.gz::https://github.com/authelia/authelia/archive/v4.23.0.tar.gz
- sha256sums = 91c704fbb60b7ace21c2c591d79aa9864acbb16519de52c6d2803c9e0b829799
+ source = authelia-4.23.1.tar.gz::https://github.com/authelia/authelia/archive/v4.23.1.tar.gz
+ sha256sums = c1a95975ae8a3998390be6a301951ba2b428e43308443f48b6ef727509054c30
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 97e010c179f1..8774db18c871 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.23.0
+pkgver=4.23.1
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=('91c704fbb60b7ace21c2c591d79aa9864acbb16519de52c6d2803c9e0b829799')
+sha256sums=('c1a95975ae8a3998390be6a301951ba2b428e43308443f48b6ef727509054c30')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin"