summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2020-04-16 10:54:55 +1000
committerAmir Zarrinkafsh2020-04-16 10:54:55 +1000
commit3af8057b0fc3536600d180cc450fa279283ab730 (patch)
treef85e231eba60bd3511761c8c33f320ddbf59ab8f /PKGBUILD
parenta4fc4b46c799720fdd53d54006f6bd1919db4187 (diff)
downloadaur-3af8057b0fc3536600d180cc450fa279283ab730.tar.gz
Update to v4.14.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc86ea617d6d..e58ba58ad64a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.13.1
+pkgver=4.14.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=('517a703f8820521ecbef84dd6c757abc5602dbf3bb70866739fe1ff007d0f776')
+sha256sums=('b2baf0c70ff7375e096cdb38360542f8a18e91a5b8bd82cdeb6c35836efcd260')
build() {
cd "$srcdir/$pkgname-$pkgver"