summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-01-21 15:50:10 +1100
committerAmir Zarrinkafsh2022-01-21 15:50:10 +1100
commit9da4038fc9d80d6dbb183626e8d5bdd3c1b48ac6 (patch)
tree9f4b2b0e86f5ecc78e8fc44e56556c78326ef415 /PKGBUILD
parentc8f55e010bff3a5f8f2ff29d278e5715a0f720b8 (diff)
downloadaur-9da4038fc9d80d6dbb183626e8d5bdd3c1b48ac6.tar.gz
Update to v4.33.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcdbf61d6874..5baedf2150d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.33.1
+pkgver=4.33.2
pkgrel=1
pkgdesc="The Cloud ready multi-factor authentication portal for your Apps."
arch=('x86_64' 'aarch64' 'armv7h')
@@ -22,7 +22,7 @@ backup=('etc/authelia/configuration.yml')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('a7a219c6029e949681c636848ffc1871e7719b1b0603ea71891423ebc070764a')
+sha256sums=('37811763d467560463f698804130a7981a591243431881336df166c5563aa8a5')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}"