summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-06-28 14:46:26 +1000
committerAmir Zarrinkafsh2022-06-28 14:46:26 +1000
commit932ea63b5cec8fd1f3b889b01ee32b30d3bbc16d (patch)
tree90ecf460b6c019e49c574e153bb2f6b2605964b3
parent069def3d4d183d837608760a62eb2406c004e722 (diff)
downloadaur-932ea63b5cec8fd1f3b889b01ee32b30d3bbc16d.tar.gz
Update to v4.36.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9feb3cbd5850..ba74d3ae7d2d 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.35.6
+ pkgver = 4.36.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.35.6/authelia-v4.35.6-linux-amd64.tar.gz
- sha256sums_x86_64 = d50c2d1ba59ac7375bec077af68f5da80e071a737d3965e6bdceb28f524d7d6b
- source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.35.6/authelia-v4.35.6-linux-arm64.tar.gz
- sha256sums_aarch64 = ebe9cd503d57b520ee7156ea4b8d0d6e73e5a11389ac34d919f381d5eabc794c
- source_armv7h = https://github.com/authelia/authelia/releases/download/v4.35.6/authelia-v4.35.6-linux-arm.tar.gz
- sha256sums_armv7h = 10331b457d28b0e9e025d4a46714f8981ee049b9df95097d7b2b8682e10c9860
+ source_x86_64 = https://github.com/authelia/authelia/releases/download/v4.36.0/authelia-v4.36.0-linux-amd64.tar.gz
+ sha256sums_x86_64 = 75029d363f214053307feef68bbc64861389f877d99487df3b1e9f9c10add274
+ source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.36.0/authelia-v4.36.0-linux-arm64.tar.gz
+ sha256sums_aarch64 = c0cab36ac2fa90e448bf8eb8b5320e7ec93e9947383e5d18327d944fcb2df672
+ source_armv7h = https://github.com/authelia/authelia/releases/download/v4.36.0/authelia-v4.36.0-linux-arm.tar.gz
+ sha256sums_armv7h = 10c7ebf3e723f98d019ee9321085fcf4c805d2f340d9c030d0441b5be0ad1f00
pkgname = authelia-bin
diff --git a/PKGBUILD b/PKGBUILD
index ee27df435db8..687df19824a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia-bin
_pkgname=authelia
-pkgver=4.35.6
+pkgver=4.36.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=('d50c2d1ba59ac7375bec077af68f5da80e071a737d3965e6bdceb28f524d7d6b')
-sha256sums_aarch64=('ebe9cd503d57b520ee7156ea4b8d0d6e73e5a11389ac34d919f381d5eabc794c')
-sha256sums_armv7h=('10331b457d28b0e9e025d4a46714f8981ee049b9df95097d7b2b8682e10c9860')
+sha256sums_x86_64=('75029d363f214053307feef68bbc64861389f877d99487df3b1e9f9c10add274')
+sha256sums_aarch64=('c0cab36ac2fa90e448bf8eb8b5320e7ec93e9947383e5d18327d944fcb2df672')
+sha256sums_armv7h=('10c7ebf3e723f98d019ee9321085fcf4c805d2f340d9c030d0441b5be0ad1f00')
package() {
install -Dm644 "$srcdir/$_pkgname.service" "$pkgdir/usr/lib/systemd/system/$_pkgname.service"