summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24217a18e77e..4fdabb57a640 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.26.1
+ pkgver = 4.26.2
pkgrel = 1
url = https://github.com/authelia/authelia
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = authelia
conflicts = authelia-bin
conflicts = authelia-git
backup = etc/authelia/configuration.yml
- source = authelia-4.26.1.tar.gz::https://github.com/authelia/authelia/archive/v4.26.1.tar.gz
- sha256sums = e6b2e348ca09363aa99aa0be1c5cc869d7d5fd890a355e93e953f8be03c4d861
+ source = authelia-4.26.2.tar.gz::https://github.com/authelia/authelia/archive/v4.26.2.tar.gz
+ sha256sums = f31de57b899e649b79394800e84d5c08a804853fa131a8ba7b7e45049f4680b0
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index f1dacf8b7d10..5a4bd337f578 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.26.1
+pkgver=4.26.2
pkgrel=1
pkgdesc="The Cloud ready multi-factor authentication portal for your Apps."
arch=('x86_64' 'aarch64' 'armv7h')
@@ -21,7 +21,7 @@ backup=('etc/authelia/configuration.yml')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('e6b2e348ca09363aa99aa0be1c5cc869d7d5fd890a355e93e953f8be03c4d861')
+sha256sums=('f31de57b899e649b79394800e84d5c08a804853fa131a8ba7b7e45049f4680b0')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin"