summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-09-01 14:17:08 +1000
committerAmir Zarrinkafsh2022-09-01 14:17:08 +1000
commit6320165e873c94038f792e0fdf44ab4565bce410 (patch)
treef32cd1226586dfd7ee3325c5d047852c86b5dea1
parent3901fb597f0610ec5cf9912039ff086a91e10459 (diff)
downloadaur-6320165e873c94038f792e0fdf44ab4565bce410.tar.gz
Update to v4.36.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f92904e23316..3a5622ff509b 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.5
+ pkgver = 4.36.6
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.5.tar.gz::https://github.com/authelia/authelia/archive/v4.36.5.tar.gz
- sha256sums = 306b19747c2994c787859b0c4e110b4cae4e6b814d66d56966336bb8987c012a
+ source = authelia-4.36.6.tar.gz::https://github.com/authelia/authelia/archive/v4.36.6.tar.gz
+ sha256sums = ed789a28e7d5ca980f3f5c87730778d969f3c99a1533c917034e2f0cb3ec25d2
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 2dea09ed9e64..9b1b5963ed26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.36.5
+pkgver=4.36.6
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=('306b19747c2994c787859b0c4e110b4cae4e6b814d66d56966336bb8987c012a')
+sha256sums=('ed789a28e7d5ca980f3f5c87730778d969f3c99a1533c917034e2f0cb3ec25d2')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}"