summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-03-11 12:44:08 +1100
committerAmir Zarrinkafsh2021-03-11 12:44:08 +1100
commitfed4955efdf691e1940ea3a20bf20eaafe592394 (patch)
tree0540354f4396cc461e5925b02b76befaf8a81b44
parentf1668519650496d3b0e0244ff012c81c660ef719 (diff)
downloadaur-fed4955efdf691e1940ea3a20bf20eaafe592394.tar.gz
Update to v4.27.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5507c6f246f..8ec77341b930 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.27.0
+ pkgver = 4.27.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.27.0.tar.gz::https://github.com/authelia/authelia/archive/v4.27.0.tar.gz
- sha256sums = cd11156c5a3383f1475b03a71bbdfdd07b749c9a4591a38d53f1c415aca50cc4
+ source = authelia-4.27.1.tar.gz::https://github.com/authelia/authelia/archive/v4.27.1.tar.gz
+ sha256sums = ec666bae7d9bdca6d1370b643f01ca3a254d90bd2b5ad969d3ad9158ab7c9e70
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 7ebaeee610b0..e721713da8f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.27.0
+pkgver=4.27.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=('cd11156c5a3383f1475b03a71bbdfdd07b749c9a4591a38d53f1c415aca50cc4')
+sha256sums=('ec666bae7d9bdca6d1370b643f01ca3a254d90bd2b5ad969d3ad9158ab7c9e70')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin"