summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-12-03 18:21:19 +1100
committerAmir Zarrinkafsh2021-12-03 18:21:19 +1100
commited79d37db4fd7b982e8405a4aa52284b447c8607 (patch)
tree0e988cacfb63086e3ba9ed14d23bdde2760c0692
parenta932c823f4d6e86bee11a884dd277b900b7195f5 (diff)
downloadaur-ed79d37db4fd7b982e8405a4aa52284b447c8607.tar.gz
Update to v4.33.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56dc8944d0a9..5a1e18e8c216 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.32.2
- pkgrel = 3
+ pkgver = 4.33.0
+ pkgrel = 1
url = https://github.com/authelia/authelia
arch = x86_64
arch = aarch64
@@ -16,7 +16,7 @@ pkgbase = authelia
conflicts = authelia-bin
conflicts = authelia-git
backup = etc/authelia/configuration.yml
- source = authelia-4.32.2.tar.gz::https://github.com/authelia/authelia/archive/v4.32.2.tar.gz
- sha256sums = f7530ff842f16ef79ef351d450c7f2c13fbce9769a23b945b3c4fbc628c87741
+ source = authelia-4.33.0.tar.gz::https://github.com/authelia/authelia/archive/v4.33.0.tar.gz
+ sha256sums = 86dbdd824c871561b39a44734d044d4c3c55aff306f97c87d52c5b21c27a9fed
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 5d7141f24f90..8aaea8386636 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.32.2
-pkgrel=3
+pkgver=4.33.0
+pkgrel=1
pkgdesc="The Cloud ready multi-factor authentication portal for your Apps."
arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/authelia/authelia"
@@ -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=('f7530ff842f16ef79ef351d450c7f2c13fbce9769a23b945b3c4fbc628c87741')
+sha256sums=('86dbdd824c871561b39a44734d044d4c3c55aff306f97c87d52c5b21c27a9fed')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}"