summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2020-04-26 08:42:14 +1000
committerAmir Zarrinkafsh2020-04-26 08:42:14 +1000
commitb641494f8f238b512fb39454aa075895384e60f0 (patch)
tree0a650849af8749842829e8e2d657aaeb37e1ed3e
parentd951d37aaee89a686c52003bf4705e0cb8764ebf (diff)
downloadaur-b641494f8f238b512fb39454aa075895384e60f0.tar.gz
Update to v4.15.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 400826bf5234..7d4a17d10181 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.15.0
+ pkgver = 4.15.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.15.0.tar.gz::https://github.com/authelia/authelia/archive/v4.15.0.tar.gz
- sha256sums = aff92cb25df43528ec836be80331a99614b6f8fd3d0f2c87019dde718e53d165
+ source = authelia-4.15.1.tar.gz::https://github.com/authelia/authelia/archive/v4.15.1.tar.gz
+ sha256sums = 1891f6a84284ab0e08419448795cf51dc0ebd2ce8adbeb3f805cd3fbff652043
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 0324a5edec16..3b51f7e18b41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.15.0
+pkgver=4.15.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=('aff92cb25df43528ec836be80331a99614b6f8fd3d0f2c87019dde718e53d165')
+sha256sums=('1891f6a84284ab0e08419448795cf51dc0ebd2ce8adbeb3f805cd3fbff652043')
build() {
cd "$srcdir/$pkgname-$pkgver"