summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2020-05-21 16:25:36 +1000
committerAmir Zarrinkafsh2020-05-21 16:25:36 +1000
commit786a807462fba443c510e50e6d94594231d500dc (patch)
tree707059e3cf7b498d092b9fa2f6813a48318c6ef6
parent75d4616c0af84598ed81ea74a6c87d2c44bcdd89 (diff)
downloadaur-786a807462fba443c510e50e6d94594231d500dc.tar.gz
Update to v4.19.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 921f7fd35e2f..530c34f6a5c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.18.1
- pkgrel = 2
+ pkgver = 4.19.0
+ pkgrel = 1
url = https://github.com/authelia/authelia
arch = x86_64
arch = aarch64
@@ -15,8 +15,8 @@ pkgbase = authelia
conflicts = authelia-bin
conflicts = authelia-git
backup = etc/authelia/configuration.yml
- source = authelia-4.18.1.tar.gz::https://github.com/authelia/authelia/archive/v4.18.1.tar.gz
- sha256sums = 0e5abe31690e92e9d1c55eb46dcf4fa72457e32e4145f83f0957e03ed9c6b89d
+ source = authelia-4.19.0.tar.gz::https://github.com/authelia/authelia/archive/v4.19.0.tar.gz
+ sha256sums = 83fcc45c6bb44a50c2bd205191a2b93bcdf1588025805ea261402639b110a943
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index b47eabb5c3ba..21881d23acac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.18.1
-pkgrel=2
+pkgver=4.19.0
+pkgrel=1
pkgdesc="The Cloud ready multi-factor authentication portal for your Apps."
arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/authelia/authelia"
@@ -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=('0e5abe31690e92e9d1c55eb46dcf4fa72457e32e4145f83f0957e03ed9c6b89d')
+sha256sums=('83fcc45c6bb44a50c2bd205191a2b93bcdf1588025805ea261402639b110a943')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin"