summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-03-05 18:43:56 +1100
committerAmir Zarrinkafsh2022-03-05 18:43:56 +1100
commit9a42425af75a290a5887563e00f2929b9023701b (patch)
treebe4df3061474cc45eb841b3e512368b347cde75c
parenta119a4b011a75ed51d34901989a1d2f279e59978 (diff)
downloadaur-9a42425af75a290a5887563e00f2929b9023701b.tar.gz
Update to v4.34.3
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6843e734deab..28892196a145 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.34.2
+ pkgver = 4.34.3
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.34.2/authelia-v4.34.2-linux-amd64.tar.gz
- sha256sums_x86_64 = c349dcd5add1553670df28b111befa6b9f1e20f58f186afc92daf58420f4d100
- source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.34.2/authelia-v4.34.2-linux-arm64.tar.gz
- sha256sums_aarch64 = c251190c3b48fc0165e929848612d451f37b91ec96c167065d1fde6c5b12f42b
- source_armv7h = https://github.com/authelia/authelia/releases/download/v4.34.2/authelia-v4.34.2-linux-arm.tar.gz
- sha256sums_armv7h = fa32d798d7af75484199c870cb459a80d596a741acb3f2e37d05d6de73049b9a
+ source_x86_64 = https://github.com/authelia/authelia/releases/download/v4.34.3/authelia-v4.34.3-linux-amd64.tar.gz
+ sha256sums_x86_64 = cefbcf5ffba456f83bd6ef15d3c89ce965bcd5397b6220b4dd6aae51d7bad240
+ source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.34.3/authelia-v4.34.3-linux-arm64.tar.gz
+ sha256sums_aarch64 = 95395ce8ae803c926d091553142c2805eb5ea1cc9b359d1a9da7d361d80c5115
+ source_armv7h = https://github.com/authelia/authelia/releases/download/v4.34.3/authelia-v4.34.3-linux-arm.tar.gz
+ sha256sums_armv7h = 964766d11fec71711be08398cb5847e73b96f6157eb76ca0a75e47ca4e67d5c1
pkgname = authelia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5bf31af88aa9..df08de8419c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia-bin
_pkgname=authelia
-pkgver=4.34.2
+pkgver=4.34.3
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=('c349dcd5add1553670df28b111befa6b9f1e20f58f186afc92daf58420f4d100')
-sha256sums_aarch64=('c251190c3b48fc0165e929848612d451f37b91ec96c167065d1fde6c5b12f42b')
-sha256sums_armv7h=('fa32d798d7af75484199c870cb459a80d596a741acb3f2e37d05d6de73049b9a')
+sha256sums_x86_64=('cefbcf5ffba456f83bd6ef15d3c89ce965bcd5397b6220b4dd6aae51d7bad240')
+sha256sums_aarch64=('95395ce8ae803c926d091553142c2805eb5ea1cc9b359d1a9da7d361d80c5115')
+sha256sums_armv7h=('964766d11fec71711be08398cb5847e73b96f6157eb76ca0a75e47ca4e67d5c1')
package() {
install -Dm644 "$srcdir/$_pkgname.service" "$pkgdir/usr/lib/systemd/system/$_pkgname.service"