summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-05-11 11:36:05 +1000
committerAmir Zarrinkafsh2021-05-11 11:36:05 +1000
commit7e66d8026ba20200e7b531570646f1d708e0c714 (patch)
treeb0c909d5b7f9e46aabfe8a5906182e7262a7301e
parent3376e8202b2f2e2c5f74bc20184199c8846d161f (diff)
downloadaur-7e66d8026ba20200e7b531570646f1d708e0c714.tar.gz
Update to v4.29.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7103d1c877c4..6c5ca5ea73c3 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.1
+ pkgver = 4.29.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.29.1.tar.gz::https://github.com/authelia/authelia/archive/v4.29.1.tar.gz
- sha256sums = 1cfcb93f86880dbe35fb1548a14dc0bdd18a531060ffba0aa4a6963f0688b3ca
+ source = authelia-4.29.2.tar.gz::https://github.com/authelia/authelia/archive/v4.29.2.tar.gz
+ sha256sums = 3e80c75f2acc83a578640d11615311b07dae631f42f727b87cb3b07577abc207
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 3b6ea138886d..dc71a9172c8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.29.1
+pkgver=4.29.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=('1cfcb93f86880dbe35fb1548a14dc0bdd18a531060ffba0aa4a6963f0688b3ca')
+sha256sums=('3e80c75f2acc83a578640d11615311b07dae631f42f727b87cb3b07577abc207')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin"