summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-10-09 11:39:28 +1100
committerAmir Zarrinkafsh2021-10-09 11:39:28 +1100
commitfe79ff414072d6f055950261e2dbdc783022382f (patch)
tree5024765a54ce637bd513ac54cb0bef31eb4b10b9 /PKGBUILD
parentae990680677aa5a541e7d55875fb36fe7246f319 (diff)
downloadaur-fe79ff414072d6f055950261e2dbdc783022382f.tar.gz
Update to v4.32.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc7f8f9a7531..c92dc133d58c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.32.0
+pkgver=4.32.1
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=('7add2f8f996baa9480c065e084ae5e8eb8e462040bd9cf8e228ad3ffcb011e19')
+sha256sums=('e4d944e1fad4b6ac29960627ce34853ac3038c6e2ed2bf46b69ebe1376af441c')
build() {
-pkgver=4.32.0
+pkgver=4.32.1
cd "$srcdir/$pkgname-$pkgver/web"
COMMIT=$(curl -s https://api.github.com/repos/authelia/authelia/tags | jq -r '.[] | select(.name==env._pkgver) | .commit.sha')