summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-09-17 20:42:24 +1000
committerAmir Zarrinkafsh2021-09-17 20:42:24 +1000
commit090b3df19b1e889599a50ffb863a6fdc335967b5 (patch)
tree92a47d5602afb156150a9f1d86eebbc28a23f48d
parent91e48a1f6a8d93a6cd8026ad57359abe83fec7bd (diff)
downloadaur-090b3df19b1e889599a50ffb863a6fdc335967b5.tar.gz
Update to v4.31.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c002adb9aa5..0e12ae25ec69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.30.5
- pkgrel = 2
+ pkgver = 4.31.0
+ pkgrel = 1
url = https://github.com/authelia/authelia
arch = x86_64
arch = aarch64
@@ -16,7 +16,7 @@ pkgbase = authelia
conflicts = authelia-bin
conflicts = authelia-git
backup = etc/authelia/configuration.yml
- source = authelia-4.30.5.tar.gz::https://github.com/authelia/authelia/archive/v4.30.5.tar.gz
- sha256sums = b058acd73dd9433dabb3ced59380f29ebe4450a1569824781a45ca04ae59b0ed
+ source = authelia-4.31.0.tar.gz::https://github.com/authelia/authelia/archive/v4.31.0.tar.gz
+ sha256sums = 2827e02b8dc30ce08704fb0de803f2ad3a7407c265b1e2dae2b2ef5d789cb01a
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index ebbf50fffcd0..a6a2a8072b66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.30.5
-pkgrel=2
+pkgver=4.31.0
+pkgrel=1
pkgdesc="The Cloud ready multi-factor authentication portal for your Apps."
arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/authelia/authelia"
@@ -22,10 +22,10 @@ backup=('etc/authelia/configuration.yml')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('b058acd73dd9433dabb3ced59380f29ebe4450a1569824781a45ca04ae59b0ed')
+sha256sums=('2827e02b8dc30ce08704fb0de803f2ad3a7407c265b1e2dae2b2ef5d789cb01a')
build() {
-pkgver=4.30.5
+pkgver=4.31.0
cd "$srcdir/$pkgname-$pkgver/web"
COMMIT=$(curl -s https://api.github.com/repos/authelia/authelia/tags | jq -r '.[] | select(.name==env._pkgver) | .commit.sha')