summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-10-08 15:52:56 +1100
committerAmir Zarrinkafsh2021-10-08 15:52:56 +1100
commitae990680677aa5a541e7d55875fb36fe7246f319 (patch)
tree0fa442b81f9cb0e33f2eaf756f5f856164aee72d /PKGBUILD
parent090b3df19b1e889599a50ffb863a6fdc335967b5 (diff)
downloadaur-ae990680677aa5a541e7d55875fb36fe7246f319.tar.gz
Update to v4.32.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6a2a8072b66..fc7f8f9a7531 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.31.0
+pkgver=4.32.0
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=('2827e02b8dc30ce08704fb0de803f2ad3a7407c265b1e2dae2b2ef5d789cb01a')
+sha256sums=('7add2f8f996baa9480c065e084ae5e8eb8e462040bd9cf8e228ad3ffcb011e19')
build() {
-pkgver=4.31.0
+pkgver=4.32.0
cd "$srcdir/$pkgname-$pkgver/web"
COMMIT=$(curl -s https://api.github.com/repos/authelia/authelia/tags | jq -r '.[] | select(.name==env._pkgver) | .commit.sha')