summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2020-04-23 12:56:01 +1000
committerAmir Zarrinkafsh2020-04-23 12:56:01 +1000
commitd951d37aaee89a686c52003bf4705e0cb8764ebf (patch)
treec3c600d4f6dbabf70a0feffe1cf324dfe6b280bd
parented8f7256138b1f4d3fe0f57e4d07293d8e6ada06 (diff)
downloadaur-d951d37aaee89a686c52003bf4705e0cb8764ebf.tar.gz
Update to v4.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cabd2740227d..400826bf5234 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.2
+ pkgver = 4.15.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.14.2.tar.gz::https://github.com/authelia/authelia/archive/v4.14.2.tar.gz
- sha256sums = d49ee3fcf40b03df04bc383a1fb82d0119121e5e93303c45f3097db3bee31cca
+ source = authelia-4.15.0.tar.gz::https://github.com/authelia/authelia/archive/v4.15.0.tar.gz
+ sha256sums = aff92cb25df43528ec836be80331a99614b6f8fd3d0f2c87019dde718e53d165
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index cb57581da6b5..0324a5edec16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.14.2
+pkgver=4.15.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=('d49ee3fcf40b03df04bc383a1fb82d0119121e5e93303c45f3097db3bee31cca')
+sha256sums=('aff92cb25df43528ec836be80331a99614b6f8fd3d0f2c87019dde718e53d165')
build() {
cd "$srcdir/$pkgname-$pkgver"