summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2020-04-11 15:41:20 +1000
committerAmir Zarrinkafsh2020-04-11 15:41:20 +1000
commita4fc4b46c799720fdd53d54006f6bd1919db4187 (patch)
tree87deae3008647be0773b0a86d551aec5f798d606
parent3f070afeaeec6efbe4e0d648c9f1fb7ca1aa97de (diff)
downloadaur-a4fc4b46c799720fdd53d54006f6bd1919db4187.tar.gz
Update to v4.13.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9447ea0538f7..f05385d1b0c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.13.0
+ pkgver = 4.13.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.13.0.tar.gz::https://github.com/authelia/authelia/archive/v4.13.0.tar.gz
- sha256sums = 7cb80f6f4b655111794e6ecbc9ff0d89830129125e597045cefeb44c1b931270
+ source = authelia-4.13.1.tar.gz::https://github.com/authelia/authelia/archive/v4.13.1.tar.gz
+ sha256sums = 517a703f8820521ecbef84dd6c757abc5602dbf3bb70866739fe1ff007d0f776
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index cfafc4f95afb..bc86ea617d6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.13.0
+pkgver=4.13.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=('7cb80f6f4b655111794e6ecbc9ff0d89830129125e597045cefeb44c1b931270')
+sha256sums=('517a703f8820521ecbef84dd6c757abc5602dbf3bb70866739fe1ff007d0f776')
build() {
cd "$srcdir/$pkgname-$pkgver"