summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-04-18 11:14:22 +1000
committerAmir Zarrinkafsh2021-04-18 11:14:22 +1000
commit6d73571676df25cc5c6ecf21998b4cb7ff7efb3d (patch)
treeae28a0bc94b53fdfe1aea409a229d653f0e6b5dc
parentd3c359e541b9a9071c4303b2a65a1d31ecd9f6b7 (diff)
downloadaur-6d73571676df25cc5c6ecf21998b4cb7ff7efb3d.tar.gz
Update to v4.28.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50d726f88cd8..7c5608746c96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.28.1
+ pkgver = 4.28.2
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.28.1.tar.gz::https://github.com/authelia/authelia/archive/v4.28.1.tar.gz
- sha256sums = d1f994218e66564d2669cac70753260dae987fd03b238b6fb07db722ee0c2601
+ source = authelia-4.28.2.tar.gz::https://github.com/authelia/authelia/archive/v4.28.2.tar.gz
+ sha256sums = 997fcdcbe04648fcc7dbd4243e7ae978925066c02406341b459f7ad8770503e8
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index f201be5964ec..c87628be8638 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.28.1
+pkgver=4.28.2
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=('d1f994218e66564d2669cac70753260dae987fd03b238b6fb07db722ee0c2601')
+sha256sums=('997fcdcbe04648fcc7dbd4243e7ae978925066c02406341b459f7ad8770503e8')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin"