summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-09-06 12:31:02 +1000
committerAmir Zarrinkafsh2022-09-06 12:31:02 +1000
commit04d48307495e33c862e5cc20e1b868ed584ac938 (patch)
treef63a825605db58c0a9b78beb7f966c7f415c0a0a
parent6320165e873c94038f792e0fdf44ab4565bce410 (diff)
downloadaur-04d48307495e33c862e5cc20e1b868ed584ac938.tar.gz
Update to v4.36.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a5622ff509b..ce6bac810dbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.36.6
+ pkgver = 4.36.7
pkgrel = 1
url = https://github.com/authelia/authelia
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = authelia
conflicts = authelia-bin
conflicts = authelia-git
backup = etc/authelia/configuration.yml
- source = authelia-4.36.6.tar.gz::https://github.com/authelia/authelia/archive/v4.36.6.tar.gz
- sha256sums = ed789a28e7d5ca980f3f5c87730778d969f3c99a1533c917034e2f0cb3ec25d2
+ source = authelia-4.36.7.tar.gz::https://github.com/authelia/authelia/archive/v4.36.7.tar.gz
+ sha256sums = 0621e8d125074076b8501f508e313ae8a4a4c43781891cc0ad4e88598ce49a28
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 9b1b5963ed26..84ce080f76fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.36.6
+pkgver=4.36.7
pkgrel=1
pkgdesc="The Cloud ready multi-factor authentication portal for your Apps."
arch=('x86_64' 'aarch64' 'armv7h')
@@ -22,7 +22,7 @@ backup=('etc/authelia/configuration.yml')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('ed789a28e7d5ca980f3f5c87730778d969f3c99a1533c917034e2f0cb3ec25d2')
+sha256sums=('0621e8d125074076b8501f508e313ae8a4a4c43781891cc0ad4e88598ce49a28')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}"