summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-03-13 16:47:48 +1100
committerAmir Zarrinkafsh2021-03-13 16:47:48 +1100
commit60566f586f7b26db47f84eb78e25f8a7e7b3c4ad (patch)
tree42e244679e22085ad6912c85572ac3df7535955f
parent8fe31d62590f8f6b55fca937794d9d7b95d8930f (diff)
downloadaur-60566f586f7b26db47f84eb78e25f8a7e7b3c4ad.tar.gz
Update to v4.27.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77144ad64e1c..91c99751051d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.27.1
- pkgrel = 2
+ pkgver = 4.27.2
+ 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.27.1.tar.gz::https://github.com/authelia/authelia/archive/v4.27.1.tar.gz
- sha256sums = ec666bae7d9bdca6d1370b643f01ca3a254d90bd2b5ad969d3ad9158ab7c9e70
+ source = authelia-4.27.2.tar.gz::https://github.com/authelia/authelia/archive/v4.27.2.tar.gz
+ sha256sums = b451c544a0e0741fe60f8f3d5162db9b46e2e7d7d4255eefa7b7f1023f89015d
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 2fd221319f03..4d953cb06e11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.27.1
-pkgrel=2
+pkgver=4.27.2
+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=('ec666bae7d9bdca6d1370b643f01ca3a254d90bd2b5ad969d3ad9158ab7c9e70')
+sha256sums=('b451c544a0e0741fe60f8f3d5162db9b46e2e7d7d4255eefa7b7f1023f89015d')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin"