summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-08-05 21:13:12 +1000
committerAmir Zarrinkafsh2021-08-05 21:13:12 +1000
commit9298d957433e53d394982d4dc8c245e032d78d9a (patch)
treef69e8733df796f3c894e738e00e9a5d9e8e81336 /PKGBUILD
parenta1187f967c26f44b383897684a97448801510e7b (diff)
downloadaur-9298d957433e53d394982d4dc8c245e032d78d9a.tar.gz
Update to v4.30.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3c889c4ddd7..32b2b33c8afe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.30.0
+pkgver=4.30.1
pkgrel=1
pkgdesc="The Cloud ready multi-factor authentication portal for your Apps."
arch=('x86_64' 'aarch64' 'armv7h')
@@ -21,7 +21,7 @@ backup=('etc/authelia/configuration.yml')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('fd2191ae15e44f0e02b0ec47348881f1505962ef92481cbd1bf886296d3fda4a')
+sha256sums=('5f506046a04f19df887ea98f6c9a4a90db0d0c63e9042e7fb2dc34aaef455973')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin"