summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2020-05-16 13:48:29 +1000
committerAmir Zarrinkafsh2020-05-16 13:48:29 +1000
commit204ebad21b8a2edb14f4c31b0ab917ee6165ab27 (patch)
treebdf6e261af54f6a526fd53fef96dbb58e1120531
parente3ea33341b0dc954397a9574f30c0e2d6659b84a (diff)
downloadaur-204ebad21b8a2edb14f4c31b0ab917ee6165ab27.tar.gz
Update to v4.18.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a4cd07ea9ce..14c4dfbf4151 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.18.0
+ pkgver = 4.18.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.18.0.tar.gz::https://github.com/authelia/authelia/archive/v4.18.0.tar.gz
- sha256sums = c5ce2ede6f42cf0de4b35147f828e7055cd740a444e17682097375c48ce7cb00
+ source = authelia-4.18.1.tar.gz::https://github.com/authelia/authelia/archive/v4.18.1.tar.gz
+ sha256sums = 0e5abe31690e92e9d1c55eb46dcf4fa72457e32e4145f83f0957e03ed9c6b89d
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index faabaf503486..58fede910d3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.18.0
+pkgver=4.18.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=('c5ce2ede6f42cf0de4b35147f828e7055cd740a444e17682097375c48ce7cb00')
+sha256sums=('0e5abe31690e92e9d1c55eb46dcf4fa72457e32e4145f83f0957e03ed9c6b89d')
build() {
export GOPATH="$srcdir/gopath"