summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2020-04-19 04:46:08 +1000
committerAmir Zarrinkafsh2020-04-19 04:46:08 +1000
commit73c0fa7d639fd3df1fab076f12ae57ecabcb0fdc (patch)
tree7a5980e2ca685afbd7bd8a8ff7e72a8a7912d52a
parent3af8057b0fc3536600d180cc450fa279283ab730 (diff)
downloadaur-73c0fa7d639fd3df1fab076f12ae57ecabcb0fdc.tar.gz
Update to v4.14.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6de3884bba4..74a53609ab94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.14.0
+ pkgver = 4.14.1
pkgrel = 1
url = https://github.com/authelia/authelia
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = authelia
conflicts = authelia-bin
conflicts = authelia-git
backup = etc/authelia/configuration.yml
- source = authelia-4.14.0.tar.gz::https://github.com/authelia/authelia/archive/v4.14.0.tar.gz
- sha256sums = b2baf0c70ff7375e096cdb38360542f8a18e91a5b8bd82cdeb6c35836efcd260
+ source = authelia-4.14.1.tar.gz::https://github.com/authelia/authelia/archive/v4.14.1.tar.gz
+ sha256sums = b5c7683a54f0ea01910348c61bb3fed482693cf75d4ac73d5f501097dffb0600
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index e58ba58ad64a..569725bffad9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.14.0
+pkgver=4.14.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=('b2baf0c70ff7375e096cdb38360542f8a18e91a5b8bd82cdeb6c35836efcd260')
+sha256sums=('b5c7683a54f0ea01910348c61bb3fed482693cf75d4ac73d5f501097dffb0600')
build() {
cd "$srcdir/$pkgname-$pkgver"