summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2020-04-05 23:09:47 +1000
committerAmir Zarrinkafsh2020-04-05 23:09:47 +1000
commit807402d906485d8b939f7b88f7a8a2304f79fbeb (patch)
tree04a23d6bcb519eba9d5773b3a7c742e124c844bb
parent0e1eda481633781cdcd044fe9fbfcd9e7189f6b8 (diff)
downloadaur-807402d906485d8b939f7b88f7a8a2304f79fbeb.tar.gz
Update to v4.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cdcafedf95f..ec2467ee2b51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.11.0
+ pkgver = 4.12.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.11.0.tar.gz::https://github.com/authelia/authelia/archive/v4.11.0.tar.gz
- sha256sums = 8096904e5b45040f5b89a4fbbfabe55784f8791007d6208c3e195fdffc690bda
+ source = authelia-4.12.0.tar.gz::https://github.com/authelia/authelia/archive/v4.12.0.tar.gz
+ sha256sums = f69496cdd20c99fdccb1ac70268e935e15e9f5aea886f27a309430c8aae7a332
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 416ede0311a6..ad3b4989b43c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.11.0
+pkgver=4.12.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=('8096904e5b45040f5b89a4fbbfabe55784f8791007d6208c3e195fdffc690bda')
+sha256sums=('f69496cdd20c99fdccb1ac70268e935e15e9f5aea886f27a309430c8aae7a332')
build() {
cd "$srcdir/$pkgname-$pkgver"