summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-03-10 12:06:53 +1100
committerAmir Zarrinkafsh2021-03-10 12:06:53 +1100
commitf1668519650496d3b0e0244ff012c81c660ef719 (patch)
treea686208bb9dc4b334498e997a8b8754d95a2c810 /PKGBUILD
parenta76b15581c4340a52ad17c8dd0d3a15b07bf03e2 (diff)
downloadaur-f1668519650496d3b0e0244ff012c81c660ef719.tar.gz
Update to v4.27.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a4bd337f578..7ebaeee610b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.26.2
+pkgver=4.27.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=('f31de57b899e649b79394800e84d5c08a804853fa131a8ba7b7e45049f4680b0')
+sha256sums=('cd11156c5a3383f1475b03a71bbdfdd07b749c9a4591a38d53f1c415aca50cc4')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin"