summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-03-10 12:06:53 +1100
committerAmir Zarrinkafsh2021-03-10 12:06:53 +1100
commitf1668519650496d3b0e0244ff012c81c660ef719 (patch)
treea686208bb9dc4b334498e997a8b8754d95a2c810
parenta76b15581c4340a52ad17c8dd0d3a15b07bf03e2 (diff)
downloadaur-f1668519650496d3b0e0244ff012c81c660ef719.tar.gz
Update to v4.27.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fdabb57a640..d5507c6f246f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.26.2
+ pkgver = 4.27.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.26.2.tar.gz::https://github.com/authelia/authelia/archive/v4.26.2.tar.gz
- sha256sums = f31de57b899e649b79394800e84d5c08a804853fa131a8ba7b7e45049f4680b0
+ source = authelia-4.27.0.tar.gz::https://github.com/authelia/authelia/archive/v4.27.0.tar.gz
+ sha256sums = cd11156c5a3383f1475b03a71bbdfdd07b749c9a4591a38d53f1c415aca50cc4
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 5a4bd337f578..7ebaeee610b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.26.2
+pkgver=4.27.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=('f31de57b899e649b79394800e84d5c08a804853fa131a8ba7b7e45049f4680b0')
+sha256sums=('cd11156c5a3383f1475b03a71bbdfdd07b749c9a4591a38d53f1c415aca50cc4')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin"