summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2020-05-02 12:28:04 +1000
committerAmir Zarrinkafsh2020-05-02 12:28:04 +1000
commitb80487266031a7ef0a65dc26f56d398eb1941c39 (patch)
tree1568672f9bd2ebb8444939216a7e343b762c620a
parentf03a1796ae722511cd65a951084f6d7dc30d88a4 (diff)
downloadaur-b80487266031a7ef0a65dc26f56d398eb1941c39.tar.gz
Update to v4.16.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de7547a52d9e..60bfe60156d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.15.1
- pkgrel = 2
+ pkgver = 4.16.0
+ pkgrel = 1
url = https://github.com/authelia/authelia
arch = x86_64
arch = aarch64
@@ -15,8 +15,8 @@ pkgbase = authelia
conflicts = authelia-bin
conflicts = authelia-git
backup = etc/authelia/configuration.yml
- source = authelia-4.15.1.tar.gz::https://github.com/authelia/authelia/archive/v4.15.1.tar.gz
- sha256sums = 1891f6a84284ab0e08419448795cf51dc0ebd2ce8adbeb3f805cd3fbff652043
+ source = authelia-4.16.0.tar.gz::https://github.com/authelia/authelia/archive/v4.16.0.tar.gz
+ sha256sums = 4c7cac9d5748c6ffdd4d4799ffb3cd11a34b542d2feea3a6131b3b23124561e4
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index eab8c1360a61..63c396d30c2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.15.1
-pkgrel=2
+pkgver=4.16.0
+pkgrel=1
pkgdesc="The Cloud ready multi-factor authentication portal for your Apps."
arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/authelia/authelia"
@@ -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=('1891f6a84284ab0e08419448795cf51dc0ebd2ce8adbeb3f805cd3fbff652043')
+sha256sums=('4c7cac9d5748c6ffdd4d4799ffb3cd11a34b542d2feea3a6131b3b23124561e4')
build() {
cd "$srcdir/$pkgname-$pkgver"