summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-10-08 15:53:06 +1100
committerAmir Zarrinkafsh2021-10-08 15:53:06 +1100
commit94c993c0ccd7652e20a5597d1cddf0d03521e696 (patch)
tree828083f1c13aff2ee2e299e0d9f0e6ed38cbd705
parent5fe066a8afd48d3c440fbfc231ebd50e7457fac9 (diff)
downloadaur-94c993c0ccd7652e20a5597d1cddf0d03521e696.tar.gz
Update to v4.32.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e413d8ee7e5c..44d4eb4552d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authelia-bin
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps. Pre-compiled.
- pkgver = 4.31.0
+ pkgver = 4.32.0
pkgrel = 1
url = https://github.com/authelia/authelia
arch = x86_64
@@ -11,11 +11,11 @@ pkgbase = authelia-bin
conflicts = authelia
conflicts = authelia-git
backup = etc/authelia/configuration.yml
- source_x86_64 = https://github.com/authelia/authelia/releases/download/v4.31.0/authelia-v4.31.0-linux-amd64.tar.gz
- sha256sums_x86_64 = 36f1fbef5eaaea47aa30ad8a2c74c84c88655df6350830d18bd3d9eb0096af1c
- source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.31.0/authelia-v4.31.0-linux-arm64.tar.gz
- sha256sums_aarch64 = 10c37f2e6cc71c289f412cad6fb35a770bda07b8d0dee2e241c22c44e2c229b2
- source_armv7h = https://github.com/authelia/authelia/releases/download/v4.31.0/authelia-v4.31.0-linux-arm.tar.gz
- sha256sums_armv7h = 4ae11d5a7135d62c90d0501bdda5fd9cedbe5ca165d1476383c48d922b402df5
+ source_x86_64 = https://github.com/authelia/authelia/releases/download/v4.32.0/authelia-v4.32.0-linux-amd64.tar.gz
+ sha256sums_x86_64 = 88e992c60d79f92080433552d8d5c005cd9b1539c2dcedc16cd21308a45c35a8
+ source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.32.0/authelia-v4.32.0-linux-arm64.tar.gz
+ sha256sums_aarch64 = 14c8ea1ad469c3d1a5fcebdcc84c0bfc72dd5fda3a313b7e2b9f56047648e21b
+ source_armv7h = https://github.com/authelia/authelia/releases/download/v4.32.0/authelia-v4.32.0-linux-arm.tar.gz
+ sha256sums_armv7h = e345a90e4413fa5709643c114cd874a2be5b45ca0d2c30291851a4f3db41d26c
pkgname = authelia-bin
diff --git a/PKGBUILD b/PKGBUILD
index ed41ef73c7a4..4a57fc831c6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia-bin
_pkgname=authelia
-pkgver=4.31.0
+pkgver=4.32.0
pkgrel=1
pkgdesc="The Cloud ready multi-factor authentication portal for your Apps. Pre-compiled."
arch=('x86_64' 'aarch64' 'armv7h')
@@ -18,9 +18,9 @@ source_x86_64=("https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgve
source_aarch64=("https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/$_pkgname-v$pkgver-linux-arm64.tar.gz")
source_armv7h=("https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/$_pkgname-v$pkgver-linux-arm.tar.gz")
-sha256sums_x86_64=('36f1fbef5eaaea47aa30ad8a2c74c84c88655df6350830d18bd3d9eb0096af1c')
-sha256sums_aarch64=('10c37f2e6cc71c289f412cad6fb35a770bda07b8d0dee2e241c22c44e2c229b2')
-sha256sums_armv7h=('4ae11d5a7135d62c90d0501bdda5fd9cedbe5ca165d1476383c48d922b402df5')
+sha256sums_x86_64=('88e992c60d79f92080433552d8d5c005cd9b1539c2dcedc16cd21308a45c35a8')
+sha256sums_aarch64=('14c8ea1ad469c3d1a5fcebdcc84c0bfc72dd5fda3a313b7e2b9f56047648e21b')
+sha256sums_armv7h=('e345a90e4413fa5709643c114cd874a2be5b45ca0d2c30291851a4f3db41d26c')
package() {
install -Dm644 "$srcdir/$_pkgname.service" "$pkgdir/usr/lib/systemd/system/$_pkgname.service"