summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-09-19 15:48:27 +1000
committerAmir Zarrinkafsh2022-09-19 15:48:27 +1000
commit58224260780c7244601e27ee8d5090994618592a (patch)
tree1b164518cf804e850e074bd2a779c242af2c85bd
parent04d48307495e33c862e5cc20e1b868ed584ac938 (diff)
downloadaur-58224260780c7244601e27ee8d5090994618592a.tar.gz
Update to v4.36.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce6bac810dbc..8fe20787c91e 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.7
+ pkgver = 4.36.8
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.7.tar.gz::https://github.com/authelia/authelia/archive/v4.36.7.tar.gz
- sha256sums = 0621e8d125074076b8501f508e313ae8a4a4c43781891cc0ad4e88598ce49a28
+ source = authelia-4.36.8.tar.gz::https://github.com/authelia/authelia/archive/v4.36.8.tar.gz
+ sha256sums = 94f363dc95675a5817cb21411993bc3e542f7c1e9e8f317d42bdc6c4d7b6f31c
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 84ce080f76fa..49dce9c6cd88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.36.7
+pkgver=4.36.8
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=('0621e8d125074076b8501f508e313ae8a4a4c43781891cc0ad4e88598ce49a28')
+sha256sums=('94f363dc95675a5817cb21411993bc3e542f7c1e9e8f317d42bdc6c4d7b6f31c')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}"