summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-07-26 18:30:37 +1000
committerAmir Zarrinkafsh2022-07-26 18:30:37 +1000
commitc6a7f704f0561640c624397e08b9d6f387048546 (patch)
treec01984b8148c114731caf03e4181d7a36336152f
parentcc484af764802907f940f39141f87db54ebc3f27 (diff)
downloadaur-c6a7f704f0561640c624397e08b9d6f387048546.tar.gz
Update to v4.36.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acba8bb523a7..791a25f8d61f 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.2
+ pkgver = 4.36.3
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.2.tar.gz::https://github.com/authelia/authelia/archive/v4.36.2.tar.gz
- sha256sums = 612a18c78873628aaf43db12734dcc23bebcda21a612d80b498ab2d94a674431
+ source = authelia-4.36.3.tar.gz::https://github.com/authelia/authelia/archive/v4.36.3.tar.gz
+ sha256sums = dd17635eb4e94591ca88f0f7e3505ae3c1a642f5230a5790947d95bfeaa7f239
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 5a25aef7cb8f..9829eb020a4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.36.2
+pkgver=4.36.3
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=('612a18c78873628aaf43db12734dcc23bebcda21a612d80b498ab2d94a674431')
+sha256sums=('dd17635eb4e94591ca88f0f7e3505ae3c1a642f5230a5790947d95bfeaa7f239')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}"