summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-03-04 22:21:27 +1100
committerAmir Zarrinkafsh2022-03-04 22:21:27 +1100
commita119a4b011a75ed51d34901989a1d2f279e59978 (patch)
tree1bbc8523f1f75b56571be460c349840013bfaeb1
parentf5f16ccd5dc2b850374c822f836637590b82dbb8 (diff)
downloadaur-a119a4b011a75ed51d34901989a1d2f279e59978.tar.gz
Update to v4.34.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3026f3360bd..6843e734deab 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.1
+ pkgver = 4.34.2
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.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
+ 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
pkgname = authelia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 953be132dcc9..5bf31af88aa9 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.1
+pkgver=4.34.2
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=('e9f60b8081d338723f2bcdf8c09131a9557c8bad8c90d0fcfddbeb2d1c4cdc25')
-sha256sums_aarch64=('104ec136e1533f53f5a76264856903f35db13ca212714784f70f6cb73312e211')
-sha256sums_armv7h=('f45659567a83940fafa9b55c1096f8b4f798c948b0de68d847a64d462a9f0eb5')
+sha256sums_x86_64=('c349dcd5add1553670df28b111befa6b9f1e20f58f186afc92daf58420f4d100')
+sha256sums_aarch64=('c251190c3b48fc0165e929848612d451f37b91ec96c167065d1fde6c5b12f42b')
+sha256sums_armv7h=('fa32d798d7af75484199c870cb459a80d596a741acb3f2e37d05d6de73049b9a')
package() {
install -Dm644 "$srcdir/$_pkgname.service" "$pkgdir/usr/lib/systemd/system/$_pkgname.service"