summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2020-06-10 10:05:39 +1000
committerAmir Zarrinkafsh2020-06-10 10:05:39 +1000
commit2b8bb8af8bfd1ac9427c177f641a43729f77d273 (patch)
tree81958178eedd056d079500678605d1263b67b36d
parent207fea8c4840501f1f4bf2423c6efc689fefee7d (diff)
downloadaur-2b8bb8af8bfd1ac9427c177f641a43729f77d273.tar.gz
Update to v4.19.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a317c394d5d9..cceb415a8bd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.19.1
+ pkgver = 4.19.2
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.19.1.tar.gz::https://github.com/authelia/authelia/archive/v4.19.1.tar.gz
- sha256sums = 6b9b07bce473fd4740f82e21cb2e29f446fe3437ff88788ca9e5ff8068493545
+ source = authelia-4.19.2.tar.gz::https://github.com/authelia/authelia/archive/v4.19.2.tar.gz
+ sha256sums = 53855594a0f727915c6c4c52ac7bde6b579b6132a92df3d5094eb946f2cbb638
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index c4fc62cca460..43342d78c8c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.19.1
+pkgver=4.19.2
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=('6b9b07bce473fd4740f82e21cb2e29f446fe3437ff88788ca9e5ff8068493545')
+sha256sums=('53855594a0f727915c6c4c52ac7bde6b579b6132a92df3d5094eb946f2cbb638')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin"