summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-03-04 17:40:15 +1100
committerAmir Zarrinkafsh2022-03-04 17:40:15 +1100
commitf5f16ccd5dc2b850374c822f836637590b82dbb8 (patch)
tree356a6f6257e405839dc6660b2a50884663e77436
parent2b3e352c82769f24a0f00d48d829ea8339a3811b (diff)
downloadaur-f5f16ccd5dc2b850374c822f836637590b82dbb8.tar.gz
Update to v4.34.1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9afd7947e38..d3026f3360bd 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.0
+ pkgver = 4.34.1
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.0/authelia-v4.34.0-linux-amd64.tar.gz
- sha256sums_x86_64 = c4561403cdaf4771cf34fd7d3d451b6643ed30fc06207f4d5f3037132a884f21
- source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.34.0/authelia-v4.34.0-linux-arm64.tar.gz
- sha256sums_aarch64 = a058be0380f015261ca11f9e6029b64e3c7090a7d4350f51a1eb9a6f32182f49
- source_armv7h = https://github.com/authelia/authelia/releases/download/v4.34.0/authelia-v4.34.0-linux-arm.tar.gz
- sha256sums_armv7h = e56bf05d0a32b2b319fd51ae56dc46ab3676676508211be79daee4c3476ac3ab
+ source_x86_64 = https://github.com/authelia/authelia/releases/download/v4.34.1/authelia-v4.34.1-linux-amd64.tar.gz
+ sha256sums_x86_64 = e9f60b8081d338723f2bcdf8c09131a9557c8bad8c90d0fcfddbeb2d1c4cdc25
+ source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.34.1/authelia-v4.34.1-linux-arm64.tar.gz
+ sha256sums_aarch64 = 104ec136e1533f53f5a76264856903f35db13ca212714784f70f6cb73312e211
+ source_armv7h = https://github.com/authelia/authelia/releases/download/v4.34.1/authelia-v4.34.1-linux-arm.tar.gz
+ sha256sums_armv7h = f45659567a83940fafa9b55c1096f8b4f798c948b0de68d847a64d462a9f0eb5
pkgname = authelia-bin
diff --git a/PKGBUILD b/PKGBUILD
index fd26accbf876..953be132dcc9 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.0
+pkgver=4.34.1
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=('c4561403cdaf4771cf34fd7d3d451b6643ed30fc06207f4d5f3037132a884f21')
-sha256sums_aarch64=('a058be0380f015261ca11f9e6029b64e3c7090a7d4350f51a1eb9a6f32182f49')
-sha256sums_armv7h=('e56bf05d0a32b2b319fd51ae56dc46ab3676676508211be79daee4c3476ac3ab')
+sha256sums_x86_64=('e9f60b8081d338723f2bcdf8c09131a9557c8bad8c90d0fcfddbeb2d1c4cdc25')
+sha256sums_aarch64=('104ec136e1533f53f5a76264856903f35db13ca212714784f70f6cb73312e211')
+sha256sums_armv7h=('f45659567a83940fafa9b55c1096f8b4f798c948b0de68d847a64d462a9f0eb5')
package() {
install -Dm644 "$srcdir/$_pkgname.service" "$pkgdir/usr/lib/systemd/system/$_pkgname.service"