summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2020-05-24 11:04:28 +1000
committerAmir Zarrinkafsh2020-05-24 11:04:28 +1000
commit207fea8c4840501f1f4bf2423c6efc689fefee7d (patch)
treeabfb29977bf84637308e514a59f27f4a34cb808f
parent786a807462fba443c510e50e6d94594231d500dc (diff)
downloadaur-207fea8c4840501f1f4bf2423c6efc689fefee7d.tar.gz
Update to v4.19.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 530c34f6a5c5..a317c394d5d9 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.0
+ pkgver = 4.19.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.19.0.tar.gz::https://github.com/authelia/authelia/archive/v4.19.0.tar.gz
- sha256sums = 83fcc45c6bb44a50c2bd205191a2b93bcdf1588025805ea261402639b110a943
+ source = authelia-4.19.1.tar.gz::https://github.com/authelia/authelia/archive/v4.19.1.tar.gz
+ sha256sums = 6b9b07bce473fd4740f82e21cb2e29f446fe3437ff88788ca9e5ff8068493545
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 21881d23acac..c4fc62cca460 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.19.0
+pkgver=4.19.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=('83fcc45c6bb44a50c2bd205191a2b93bcdf1588025805ea261402639b110a943')
+sha256sums=('6b9b07bce473fd4740f82e21cb2e29f446fe3437ff88788ca9e5ff8068493545')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin"