summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-10-09 11:39:28 +1100
committerAmir Zarrinkafsh2021-10-09 11:39:28 +1100
commitfe79ff414072d6f055950261e2dbdc783022382f (patch)
tree5024765a54ce637bd513ac54cb0bef31eb4b10b9
parentae990680677aa5a541e7d55875fb36fe7246f319 (diff)
downloadaur-fe79ff414072d6f055950261e2dbdc783022382f.tar.gz
Update to v4.32.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44dcdd7d37c4..215488d60f9e 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.0
+ pkgver = 4.32.1
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.0.tar.gz::https://github.com/authelia/authelia/archive/v4.32.0.tar.gz
- sha256sums = 7add2f8f996baa9480c065e084ae5e8eb8e462040bd9cf8e228ad3ffcb011e19
+ source = authelia-4.32.1.tar.gz::https://github.com/authelia/authelia/archive/v4.32.1.tar.gz
+ sha256sums = e4d944e1fad4b6ac29960627ce34853ac3038c6e2ed2bf46b69ebe1376af441c
pkgname = authelia
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')