summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2020-09-21 16:59:52 +1000
committerAmir Zarrinkafsh2020-09-21 16:59:52 +1000
commita9e3eb3de41b2dc048351c570458d34c0463896e (patch)
tree1eefeb1f74e42436bd074097295760f2f7ef5ecb
parentb033b42500fe55803c35d320a7da39d228e5c1e0 (diff)
downloadaur-a9e3eb3de41b2dc048351c570458d34c0463896e.tar.gz
Update to v4.22.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e60b6545f7dc..ce8a5037d33d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.21.0
+ pkgver = 4.22.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.21.0.tar.gz::https://github.com/authelia/authelia/archive/v4.21.0.tar.gz
- sha256sums = 8ec36b2a9c8593145f47a8f531561ac4593e4cef4710670593559efb4d482ba0
+ source = authelia-4.22.0.tar.gz::https://github.com/authelia/authelia/archive/v4.22.0.tar.gz
+ sha256sums = c2caf486f93c1a171c97fbcb4760ea3833a9d69f896b56a8b18c24df5207c22d
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index f77bdc8de737..a13381fdc7c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.21.0
+pkgver=4.22.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=('8ec36b2a9c8593145f47a8f531561ac4593e4cef4710670593559efb4d482ba0')
+sha256sums=('c2caf486f93c1a171c97fbcb4760ea3833a9d69f896b56a8b18c24df5207c22d')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin"