summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-01-04 22:38:53 +1100
committerAmir Zarrinkafsh2021-01-04 22:38:53 +1100
commit620a5568bf7bcb33f19a40b1f7aa3f548ea0293c (patch)
tree8f4e764a0e00db3bebdda518c716008f79a621f0
parentdf207ea5a70193493d7559ad961bc119478b32dc (diff)
downloadaur-620a5568bf7bcb33f19a40b1f7aa3f548ea0293c.tar.gz
Update to v4.25.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc8e991422c9..01a108773149 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.24.1
+ pkgver = 4.25.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.24.1.tar.gz::https://github.com/authelia/authelia/archive/v4.24.1.tar.gz
- sha256sums = 53546fb07c01475b0fe78faa0804ee85be95ab333738d2a4cbe75aa729c3a165
+ source = authelia-4.25.0.tar.gz::https://github.com/authelia/authelia/archive/v4.25.0.tar.gz
+ sha256sums = 59d4b70b6f867ac770b3cc187b69f780321509abbd88fc9e5a3412d36a4a47d5
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index d1d8df9763fe..c9267dd3232a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.24.1
+pkgver=4.25.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=('53546fb07c01475b0fe78faa0804ee85be95ab333738d2a4cbe75aa729c3a165')
+sha256sums=('59d4b70b6f867ac770b3cc187b69f780321509abbd88fc9e5a3412d36a4a47d5')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin"