summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2024-03-17 21:12:42 +1100
committerAmir Zarrinkafsh2024-03-17 21:12:42 +1100
commit35e083cd96e72bf79c51ead2b0806075d800630b (patch)
treefc04c79530aa62b4a30d88dd05e5e6211c2127a4
parent082336f1f2ae168b494c89f8da3d27dec7779879 (diff)
downloadaur-35e083cd96e72bf79c51ead2b0806075d800630b.tar.gz
Update to v4.38.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3407bc10abec..3ab82a6be365 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.2
+ pkgver = 4.38.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.38.2.tar.gz::https://github.com/authelia/authelia/archive/v4.38.2.tar.gz
- sha256sums = 62d084da1efb993a6ccf50849e5fe7787ea4ea1f31fd6709337cbd2eaac41c98
+ source = authelia-4.38.3.tar.gz::https://github.com/authelia/authelia/archive/v4.38.3.tar.gz
+ sha256sums = 8fc6febceb2083a22761abcacc39996e5265b10bd8a27ad16d1918506f124c41
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 968743488c51..18a485abcb51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.38.2
+pkgver=4.38.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=('62d084da1efb993a6ccf50849e5fe7787ea4ea1f31fd6709337cbd2eaac41c98')
+sha256sums=('8fc6febceb2083a22761abcacc39996e5265b10bd8a27ad16d1918506f124c41')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}"