summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2020-04-01 11:06:02 +1100
committerAmir Zarrinkafsh2020-04-01 11:06:02 +1100
commit0e1eda481633781cdcd044fe9fbfcd9e7189f6b8 (patch)
treec919bc959b98063422b8afd89c63e04128e3fbef
parenta9a2de52bd96162077d52213888a481f3c5590e5 (diff)
downloadaur-0e1eda481633781cdcd044fe9fbfcd9e7189f6b8.tar.gz
Update to v4.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a48fd86e3a7..1cdcafedf95f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.10.0
+ pkgver = 4.11.0
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.10.0.tar.gz::https://github.com/authelia/authelia/archive/v4.10.0.tar.gz
- sha256sums = 017c06ef22bf36c018db98649957df7fab739f53dd5e53f7facc9595011eacc9
+ source = authelia-4.11.0.tar.gz::https://github.com/authelia/authelia/archive/v4.11.0.tar.gz
+ sha256sums = 8096904e5b45040f5b89a4fbbfabe55784f8791007d6208c3e195fdffc690bda
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 5ef460db8717..416ede0311a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.10.0
+pkgver=4.11.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=('017c06ef22bf36c018db98649957df7fab739f53dd5e53f7facc9595011eacc9')
+sha256sums=('8096904e5b45040f5b89a4fbbfabe55784f8791007d6208c3e195fdffc690bda')
build() {
cd "$srcdir/$pkgname-$pkgver"