summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2020-03-31 12:21:39 +1100
committerAmir Zarrinkafsh2020-03-31 12:21:39 +1100
commita9a2de52bd96162077d52213888a481f3c5590e5 (patch)
tree76900b549d887e1e0243bb07bb53e0035a324a8d
parent0c5dd7bb03ecc54cd89169174470b8cc452dc943 (diff)
downloadaur-a9a2de52bd96162077d52213888a481f3c5590e5.tar.gz
Update to v4.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b3b65bb8715..5a48fd86e3a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.9.1
+ pkgver = 4.10.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.9.1.tar.gz::https://github.com/authelia/authelia/archive/v4.9.1.tar.gz
- sha256sums = 11ba0335ad997a1b3faeaa963613c2316c2ecc655cd26c72b8f4e97d9c89ef4e
+ source = authelia-4.10.0.tar.gz::https://github.com/authelia/authelia/archive/v4.10.0.tar.gz
+ sha256sums = 017c06ef22bf36c018db98649957df7fab739f53dd5e53f7facc9595011eacc9
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 02a31c1afd73..5ef460db8717 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.9.1
+pkgver=4.10.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=('11ba0335ad997a1b3faeaa963613c2316c2ecc655cd26c72b8f4e97d9c89ef4e')
+sha256sums=('017c06ef22bf36c018db98649957df7fab739f53dd5e53f7facc9595011eacc9')
build() {
cd "$srcdir/$pkgname-$pkgver"