summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-08-05 14:59:02 +1000
committerAmir Zarrinkafsh2021-08-05 14:59:02 +1000
commita1187f967c26f44b383897684a97448801510e7b (patch)
treec75e09c10d5d44de1a7244a2841c721341913275
parentac922b3eef08fa7493acf06c35fbc1d83c594ab3 (diff)
downloadaur-a1187f967c26f44b383897684a97448801510e7b.tar.gz
Update to v4.30.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db59456cfe94..591f5642c5ca 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.4
+ pkgver = 4.30.0
pkgrel = 1
url = https://github.com/authelia/authelia
arch = x86_64
@@ -15,8 +15,7 @@ pkgbase = authelia
conflicts = authelia-bin
conflicts = authelia-git
backup = etc/authelia/configuration.yml
- source = authelia-4.29.4.tar.gz::https://github.com/authelia/authelia/archive/v4.29.4.tar.gz
- sha256sums = a260ecbaa84ccc1aae596b2c1049bae610dd7d9bfdc93cfa52c21b905c4be01f
+ source = authelia-4.30.0.tar.gz::https://github.com/authelia/authelia/archive/v4.30.0.tar.gz
+ sha256sums = fd2191ae15e44f0e02b0ec47348881f1505962ef92481cbd1bf886296d3fda4a
pkgname = authelia
-
diff --git a/PKGBUILD b/PKGBUILD
index b40734f40de3..e3c889c4ddd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.29.4
+pkgver=4.30.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=('a260ecbaa84ccc1aae596b2c1049bae610dd7d9bfdc93cfa52c21b905c4be01f')
+sha256sums=('fd2191ae15e44f0e02b0ec47348881f1505962ef92481cbd1bf886296d3fda4a')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin"