summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-10-10 22:23:09 +1100
committerAmir Zarrinkafsh2021-10-10 22:23:09 +1100
commite2420aa820ef00469a8b16f2b9625fea08152e73 (patch)
tree9c21c8d5bb9e8e2ed26868f8fc5c1010a5e519d6
parentfe79ff414072d6f055950261e2dbdc783022382f (diff)
downloadaur-e2420aa820ef00469a8b16f2b9625fea08152e73.tar.gz
Update to v4.32.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 215488d60f9e..557a3729c9e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.32.1
+ pkgver = 4.32.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.32.1.tar.gz::https://github.com/authelia/authelia/archive/v4.32.1.tar.gz
- sha256sums = e4d944e1fad4b6ac29960627ce34853ac3038c6e2ed2bf46b69ebe1376af441c
+ source = authelia-4.32.2.tar.gz::https://github.com/authelia/authelia/archive/v4.32.2.tar.gz
+ sha256sums = f7530ff842f16ef79ef351d450c7f2c13fbce9769a23b945b3c4fbc628c87741
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index c92dc133d58c..35096b1feb6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.32.1
+pkgver=4.32.2
pkgrel=1
pkgdesc="The Cloud ready multi-factor authentication portal for your Apps."
arch=('x86_64' 'aarch64' 'armv7h')
@@ -22,10 +22,10 @@ backup=('etc/authelia/configuration.yml')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('e4d944e1fad4b6ac29960627ce34853ac3038c6e2ed2bf46b69ebe1376af441c')
+sha256sums=('f7530ff842f16ef79ef351d450c7f2c13fbce9769a23b945b3c4fbc628c87741')
build() {
-pkgver=4.32.1
+pkgver=4.32.2
cd "$srcdir/$pkgname-$pkgver/web"
COMMIT=$(curl -s https://api.github.com/repos/authelia/authelia/tags | jq -r '.[] | select(.name==env._pkgver) | .commit.sha')