summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-12-04 16:33:29 +1100
committerAmir Zarrinkafsh2021-12-04 16:33:29 +1100
commitc8f55e010bff3a5f8f2ff29d278e5715a0f720b8 (patch)
treed0d30726464c0061f3c8f503c872b48657d62ebd
parented79d37db4fd7b982e8405a4aa52284b447c8607 (diff)
downloadaur-c8f55e010bff3a5f8f2ff29d278e5715a0f720b8.tar.gz
Update to v4.33.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a1e18e8c216..d1dddfc7cbb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
- pkgver = 4.33.0
+ pkgver = 4.33.1
pkgrel = 1
url = https://github.com/authelia/authelia
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = authelia
conflicts = authelia-bin
conflicts = authelia-git
backup = etc/authelia/configuration.yml
- source = authelia-4.33.0.tar.gz::https://github.com/authelia/authelia/archive/v4.33.0.tar.gz
- sha256sums = 86dbdd824c871561b39a44734d044d4c3c55aff306f97c87d52c5b21c27a9fed
+ source = authelia-4.33.1.tar.gz::https://github.com/authelia/authelia/archive/v4.33.1.tar.gz
+ sha256sums = a7a219c6029e949681c636848ffc1871e7719b1b0603ea71891423ebc070764a
pkgname = authelia
diff --git a/PKGBUILD b/PKGBUILD
index 8aaea8386636..bcdbf61d6874 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
-pkgver=4.33.0
+pkgver=4.33.1
pkgrel=1
pkgdesc="The Cloud ready multi-factor authentication portal for your Apps."
arch=('x86_64' 'aarch64' 'armv7h')
@@ -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=('86dbdd824c871561b39a44734d044d4c3c55aff306f97c87d52c5b21c27a9fed')
+sha256sums=('a7a219c6029e949681c636848ffc1871e7719b1b0603ea71891423ebc070764a')
build() {
export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}"