summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-02-02 12:39:05 +1100
committerAmir Zarrinkafsh2021-02-02 12:39:05 +1100
commit6845c9840b293ff3bc54fb0c80e31774d43a02b7 (patch)
tree59a9339d0dcda7b4f5192c48c54e0d7d4e5762f2
parent440d46286c7794b1885144a2cee5f04e7d6dde4e (diff)
downloadaur-6845c9840b293ff3bc54fb0c80e31774d43a02b7.tar.gz
Update to v4.26.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4aacb01c0177..bfac12aa4b99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.25.2
+ pkgver = 4.26.0
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.25.2.tar.gz::https://github.com/authelia/authelia/archive/v4.25.2.tar.gz
- sha256sums = 49475e04ec7fa5fc9773410d78ffef661627a165687e8bd45b946b9ce66fcc95
+ source = authelia-4.26.0.tar.gz::https://github.com/authelia/authelia/archive/v4.26.0.tar.gz
+ sha256sums = 150ac4a95eb20a24031f3dbc59ff86f0891b87f054f3de6c282b3b7bb35d1b2c
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index c59431c564bc..1f55d6db0623 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.25.2
+pkgver=4.26.0
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=('49475e04ec7fa5fc9773410d78ffef661627a165687e8bd45b946b9ce66fcc95')
+sha256sums=('150ac4a95eb20a24031f3dbc59ff86f0891b87f054f3de6c282b3b7bb35d1b2c')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin"