summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2020-04-09 12:03:50 +1000
committerAmir Zarrinkafsh2020-04-09 12:03:50 +1000
commit3f070afeaeec6efbe4e0d648c9f1fb7ca1aa97de (patch)
tree8da32cc513be55e65bb63198760ecfc3cf408429
parent807402d906485d8b939f7b88f7a8a2304f79fbeb (diff)
downloadaur-3f070afeaeec6efbe4e0d648c9f1fb7ca1aa97de.tar.gz
Update to v4.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec2467ee2b51..9447ea0538f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.12.0
+ pkgver = 4.13.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.12.0.tar.gz::https://github.com/authelia/authelia/archive/v4.12.0.tar.gz
- sha256sums = f69496cdd20c99fdccb1ac70268e935e15e9f5aea886f27a309430c8aae7a332
+ source = authelia-4.13.0.tar.gz::https://github.com/authelia/authelia/archive/v4.13.0.tar.gz
+ sha256sums = 7cb80f6f4b655111794e6ecbc9ff0d89830129125e597045cefeb44c1b931270
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index ad3b4989b43c..cfafc4f95afb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.12.0
+pkgver=4.13.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=('f69496cdd20c99fdccb1ac70268e935e15e9f5aea886f27a309430c8aae7a332')
+sha256sums=('7cb80f6f4b655111794e6ecbc9ff0d89830129125e597045cefeb44c1b931270')
build() {
cd "$srcdir/$pkgname-$pkgver"