summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-03-29 10:32:58 +1100
committerAmir Zarrinkafsh2022-03-29 10:32:58 +1100
commit193d91b3da747faf8b3f80b2c39c5657f1d460cc (patch)
tree3068e59113216979335c14012889ba1740e52d2e
parent590a8170efa9ddb51563a64480883d78ab862ef4 (diff)
downloadaur-193d91b3da747faf8b3f80b2c39c5657f1d460cc.tar.gz
Update to v4.34.6
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1a67cffc066..a123b2cc64b1 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.5
+ pkgver = 4.34.6
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.5/authelia-v4.34.5-linux-amd64.tar.gz
- sha256sums_x86_64 = 0cba5d08591db0498c0757b7a98655ddabb36b76c81d5162aa00308e11da1594
- source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.34.5/authelia-v4.34.5-linux-arm64.tar.gz
- sha256sums_aarch64 = 958cbcaac849ed775ab84dd040130d0afe4094e84eeb0571f3c39b5e306aac01
- source_armv7h = https://github.com/authelia/authelia/releases/download/v4.34.5/authelia-v4.34.5-linux-arm.tar.gz
- sha256sums_armv7h = 25e8217137143cec87e84042cea4c9aa40e00dbf28c285143c85fd88eaf9a364
+ source_x86_64 = https://github.com/authelia/authelia/releases/download/v4.34.6/authelia-v4.34.6-linux-amd64.tar.gz
+ sha256sums_x86_64 = 8dd94afe5cba5c504e36167b19cc43956a756c6ccc2a04921a1166759afe7571
+ source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.34.6/authelia-v4.34.6-linux-arm64.tar.gz
+ sha256sums_aarch64 = ac3feeb0721dd9c5a5a9124e6d908e3a8f84e152dcca448c20b523f4fae6110f
+ source_armv7h = https://github.com/authelia/authelia/releases/download/v4.34.6/authelia-v4.34.6-linux-arm.tar.gz
+ sha256sums_armv7h = 752ae4d38daea7c35d2e0ddd67687c910dfe21ba040c3976ce961757e94986b4
pkgname = authelia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1c65e41a7894..d54f43fe8700 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.5
+pkgver=4.34.6
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=('0cba5d08591db0498c0757b7a98655ddabb36b76c81d5162aa00308e11da1594')
-sha256sums_aarch64=('958cbcaac849ed775ab84dd040130d0afe4094e84eeb0571f3c39b5e306aac01')
-sha256sums_armv7h=('25e8217137143cec87e84042cea4c9aa40e00dbf28c285143c85fd88eaf9a364')
+sha256sums_x86_64=('8dd94afe5cba5c504e36167b19cc43956a756c6ccc2a04921a1166759afe7571')
+sha256sums_aarch64=('ac3feeb0721dd9c5a5a9124e6d908e3a8f84e152dcca448c20b523f4fae6110f')
+sha256sums_armv7h=('752ae4d38daea7c35d2e0ddd67687c910dfe21ba040c3976ce961757e94986b4')
package() {
install -Dm644 "$srcdir/$_pkgname.service" "$pkgdir/usr/lib/systemd/system/$_pkgname.service"