summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-05-24 09:40:13 +1000
committerAmir Zarrinkafsh2021-05-24 09:40:13 +1000
commit0ea8c440b5cb8aae3bff3197f84bbb22ab180bae (patch)
tree6db6c8b7bfebf60fd2acbf4e666ed14a4e840f84
parent557051da4230e98cc0d27bd5c5998766e4748bf8 (diff)
downloadaur-0ea8c440b5cb8aae3bff3197f84bbb22ab180bae.tar.gz
Update to v4.29.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fe5a2ae2b2b..db59456cfe94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.29.3
+ pkgver = 4.29.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.29.3.tar.gz::https://github.com/authelia/authelia/archive/v4.29.3.tar.gz
- sha256sums = 23a234b1e6f487eea8cc773c57b2cb6cde491f2b9054bbf381cc1a4dfe9e15fd
+ source = authelia-4.29.4.tar.gz::https://github.com/authelia/authelia/archive/v4.29.4.tar.gz
+ sha256sums = a260ecbaa84ccc1aae596b2c1049bae610dd7d9bfdc93cfa52c21b905c4be01f
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 6f7aedd2d9fd..b40734f40de3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.29.3
+pkgver=4.29.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=('23a234b1e6f487eea8cc773c57b2cb6cde491f2b9054bbf381cc1a4dfe9e15fd')
+sha256sums=('a260ecbaa84ccc1aae596b2c1049bae610dd7d9bfdc93cfa52c21b905c4be01f')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin"