summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2024-03-20 11:46:33 +1100
committerAmir Zarrinkafsh2024-03-20 11:46:33 +1100
commitb326607c7dac79029174ad26f93bed9313c45f01 (patch)
tree5376e4d2dfe18e30dcf37bc33da757ffb5173aa3
parent46e20f514ba0e1b69baaea335362294220b30fba (diff)
downloadaur-b326607c7dac79029174ad26f93bed9313c45f01.tar.gz
Update to v4.38.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d744396fb29..a77e6fbb2c85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.38.4
+ pkgver = 4.38.5
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.38.4.tar.gz::https://github.com/authelia/authelia/archive/v4.38.4.tar.gz
- sha256sums = eaafdc9c823ae3533fe9f04e61f1896428277d1897816e87c51c16274e0be35b
+ source = authelia-4.38.5.tar.gz::https://github.com/authelia/authelia/archive/v4.38.5.tar.gz
+ sha256sums = 78f3fb0f5ebf13f55ba140b578951f802a99c53f1ee1d6ff9078bb30420b45d4
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index ba1a95af5dcd..7bedc1490f35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.38.4
+pkgver=4.38.5
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=('eaafdc9c823ae3533fe9f04e61f1896428277d1897816e87c51c16274e0be35b')
+sha256sums=('78f3fb0f5ebf13f55ba140b578951f802a99c53f1ee1d6ff9078bb30420b45d4')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}"