summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-08-11 11:56:28 +1000
committerAmir Zarrinkafsh2021-08-11 11:56:28 +1000
commita8d786107d3104bcc8acbd6a464263e02f40c42b (patch)
tree076e74a10a52999e97f0a80b7772f23f8f52c2c6
parent19f2fda6bcfa3ac7a84f41c54b721f6c4751dde6 (diff)
downloadaur-a8d786107d3104bcc8acbd6a464263e02f40c42b.tar.gz
Update to v4.30.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb76af1623d4..f844a94ba56d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.30.3
+ pkgver = 4.30.4
pkgrel = 1
url = https://github.com/authelia/authelia
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = authelia
conflicts = authelia-bin
conflicts = authelia-git
backup = etc/authelia/configuration.yml
- source = authelia-4.30.3.tar.gz::https://github.com/authelia/authelia/archive/v4.30.3.tar.gz
- sha256sums = 928b4ae6014113a8c29848de9d03bfa7b7389aadf5091174ebfd7f78be35db76
+ source = authelia-4.30.4.tar.gz::https://github.com/authelia/authelia/archive/v4.30.4.tar.gz
+ sha256sums = 0be88888ae1fc1a488417cbda09c0e01adee98002b13249992c828a5e4612dd1
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 81563903b069..7f0c23adf948 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.30.3
+pkgver=4.30.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=('928b4ae6014113a8c29848de9d03bfa7b7389aadf5091174ebfd7f78be35db76')
+sha256sums=('0be88888ae1fc1a488417cbda09c0e01adee98002b13249992c828a5e4612dd1')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin"