summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2024-03-16 02:41:05 +1100
committerAmir Zarrinkafsh2024-03-16 02:41:05 +1100
commit082336f1f2ae168b494c89f8da3d27dec7779879 (patch)
treed487c79b786f0cc0cabe86db6b378beb15711850
parent84e36410b976c337ff91990e3c16ab50033212d4 (diff)
downloadaur-082336f1f2ae168b494c89f8da3d27dec7779879.tar.gz
Update to v4.38.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 921c25985d13..3407bc10abec 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.1
+ pkgver = 4.38.2
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.1.tar.gz::https://github.com/authelia/authelia/archive/v4.38.1.tar.gz
- sha256sums = b39ad407741c5b5f88e3826a2040c3782d9aeeb9635cfbe4a9f054f3175325a3
+ source = authelia-4.38.2.tar.gz::https://github.com/authelia/authelia/archive/v4.38.2.tar.gz
+ sha256sums = 62d084da1efb993a6ccf50849e5fe7787ea4ea1f31fd6709337cbd2eaac41c98
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 29b7a032c704..968743488c51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.38.1
+pkgver=4.38.2
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=('b39ad407741c5b5f88e3826a2040c3782d9aeeb9635cfbe4a9f054f3175325a3')
+sha256sums=('62d084da1efb993a6ccf50849e5fe7787ea4ea1f31fd6709337cbd2eaac41c98')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}"