summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2024-03-20 16:43:25 +1100
committerAmir Zarrinkafsh2024-03-20 16:43:25 +1100
commitef8b3ba8f768eea31724582b84f85b01226a86c0 (patch)
tree67f48a269d563ada178810fde0029696e5624ef6
parentb326607c7dac79029174ad26f93bed9313c45f01 (diff)
downloadaur-ef8b3ba8f768eea31724582b84f85b01226a86c0.tar.gz
Update to v4.38.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a77e6fbb2c85..0c6a187d44d5 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.5
+ pkgver = 4.38.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.38.5.tar.gz::https://github.com/authelia/authelia/archive/v4.38.5.tar.gz
- sha256sums = 78f3fb0f5ebf13f55ba140b578951f802a99c53f1ee1d6ff9078bb30420b45d4
+ source = authelia-4.38.6.tar.gz::https://github.com/authelia/authelia/archive/v4.38.6.tar.gz
+ sha256sums = b2b7f9f83b8d339ea358bb5b74f33ac4d7f9d4193668f36f6845dc854ce74864
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 7bedc1490f35..32b9eded1dc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.38.5
+pkgver=4.38.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=('78f3fb0f5ebf13f55ba140b578951f802a99c53f1ee1d6ff9078bb30420b45d4')
+sha256sums=('b2b7f9f83b8d339ea358bb5b74f33ac4d7f9d4193668f36f6845dc854ce74864')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}"