summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-04-13 21:23:05 +1000
committerAmir Zarrinkafsh2021-04-13 21:23:05 +1000
commitf51be879b292c5102bf8746fb4bb62003869926c (patch)
tree516518b5eb3d29b53518094e527deafc43f0d0e4
parent06774c6360a8edb6688d3b0f494b74ac952ec162 (diff)
downloadaur-f51be879b292c5102bf8746fb4bb62003869926c.tar.gz
Update to v4.28.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be240518da05..a69d7b035642 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.4
+ pkgver = 4.28.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.27.4.tar.gz::https://github.com/authelia/authelia/archive/v4.27.4.tar.gz
- sha256sums = 52ea6fb3c7be01303e7105ca9a17eb61a136ca020fda039a6b4cde6176116ffa
+ source = authelia-4.28.0.tar.gz::https://github.com/authelia/authelia/archive/v4.28.0.tar.gz
+ sha256sums = 550ba7de3838557fdc38399236d5471a50913cc3bd52ad5a573d93be2e44787d
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 8567c57897b8..0e391d3e08b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.27.4
+pkgver=4.28.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=('52ea6fb3c7be01303e7105ca9a17eb61a136ca020fda039a6b4cde6176116ffa')
+sha256sums=('550ba7de3838557fdc38399236d5471a50913cc3bd52ad5a573d93be2e44787d')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin"