summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-03-30 16:49:55 +1100
committerAmir Zarrinkafsh2021-03-30 16:49:55 +1100
commit06774c6360a8edb6688d3b0f494b74ac952ec162 (patch)
treecd6fef17296b998bf3449a5d34bd9d8830b1c54a
parentdefbb34f246026a211efed992080f20cbf5aa1fb (diff)
downloadaur-06774c6360a8edb6688d3b0f494b74ac952ec162.tar.gz
Update to v4.27.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4af559af8a6d..be240518da05 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.3
+ pkgver = 4.27.4
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.3.tar.gz::https://github.com/authelia/authelia/archive/v4.27.3.tar.gz
- sha256sums = 0ae955579e6f8f40a7dc951f2479ce1af085d03aba4653b6654da18398730257
+ source = authelia-4.27.4.tar.gz::https://github.com/authelia/authelia/archive/v4.27.4.tar.gz
+ sha256sums = 52ea6fb3c7be01303e7105ca9a17eb61a136ca020fda039a6b4cde6176116ffa
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 1e8cc0644f6e..8567c57897b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.27.3
+pkgver=4.27.4
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=('0ae955579e6f8f40a7dc951f2479ce1af085d03aba4653b6654da18398730257')
+sha256sums=('52ea6fb3c7be01303e7105ca9a17eb61a136ca020fda039a6b4cde6176116ffa')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin"