summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2020-05-08 11:45:30 +1000
committerAmir Zarrinkafsh2020-05-08 11:45:30 +1000
commite3ea33341b0dc954397a9574f30c0e2d6659b84a (patch)
tree4af10b4d10b5556d1be0c6e6acbe795564756dbd /PKGBUILD
parent9585575e5fbaf0fb771e52a8f7c0a733c4f146e8 (diff)
downloadaur-e3ea33341b0dc954397a9574f30c0e2d6659b84a.tar.gz
Update to v4.18.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c69a2c709c3a..faabaf503486 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.17.0
+pkgver=4.18.0
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=('0313aff383885a72c8fbb3cc71e81170809e3b12bf4e0a330f05725a9f9e6f19')
+sha256sums=('c5ce2ede6f42cf0de4b35147f828e7055cd740a444e17682097375c48ce7cb00')
build() {
export GOPATH="$srcdir/gopath"