summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-08-07 09:22:43 +1000
committerAmir Zarrinkafsh2021-08-07 09:22:43 +1000
commitb2693ae8205e3142d6e416e4a1a2e309b9a43b0e (patch)
tree4c8870b5a9e40da469a851ab2c3052e31438fc93
parent9298d957433e53d394982d4dc8c245e032d78d9a (diff)
downloadaur-b2693ae8205e3142d6e416e4a1a2e309b9a43b0e.tar.gz
Update to v4.30.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3955bf5e221..1f5516c7b3a6 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.1
+ pkgver = 4.30.2
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.1.tar.gz::https://github.com/authelia/authelia/archive/v4.30.1.tar.gz
- sha256sums = 5f506046a04f19df887ea98f6c9a4a90db0d0c63e9042e7fb2dc34aaef455973
+ source = authelia-4.30.2.tar.gz::https://github.com/authelia/authelia/archive/v4.30.2.tar.gz
+ sha256sums = dba61355a0d310a80cf70a4be5ab9a561240541ec73f96d3ef098cb7cf3930af
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 32b2b33c8afe..4cc1e586dbd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.30.1
+pkgver=4.30.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=('5f506046a04f19df887ea98f6c9a4a90db0d0c63e9042e7fb2dc34aaef455973')
+sha256sums=('dba61355a0d310a80cf70a4be5ab9a561240541ec73f96d3ef098cb7cf3930af')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin"