summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2020-03-01 13:21:02 +1100
committerAmir Zarrinkafsh2020-03-01 13:21:02 +1100
commita6444ac025173fb258821779423295b5a0b3d5d5 (patch)
treebe33501cb499e0a19ef7a22d8ac61109a7c782be
parent1d240c1e670e75f4493994efe0d3e34d8773318b (diff)
downloadaur-a6444ac025173fb258821779423295b5a0b3d5d5.tar.gz
Update to v4.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 409b66e320f5..b6c29d30cb2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.5.0
+ pkgver = 4.5.1
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.5.0.tar.gz::https://github.com/authelia/authelia/archive/v4.5.0.tar.gz
- sha256sums = d4bbf60af460e0b3047f31cb46e0ef66e47ef257db1e0675140f58b253fa0be8
+ source = authelia-4.5.1.tar.gz::https://github.com/authelia/authelia/archive/v4.5.1.tar.gz
+ sha256sums = 850979b3793fdd006403240d9da58b3c8c8929c2ed6d7d99cf7ef9a2856cec2e
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index a501becdaf0b..65422ce91e7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.5.0
+pkgver=4.5.1
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=('d4bbf60af460e0b3047f31cb46e0ef66e47ef257db1e0675140f58b253fa0be8')
+sha256sums=('850979b3793fdd006403240d9da58b3c8c8929c2ed6d7d99cf7ef9a2856cec2e')
build() {
cd "$srcdir/$pkgname-$pkgver"