summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-05-12 09:36:50 +1000
committerAmir Zarrinkafsh2022-05-12 09:36:50 +1000
commitbde3a8b9a53474e824d6bbf10dda7a7c853912ee (patch)
tree7b70204372caf8afa0d11afcc9693ff62342f4dd
parentf4d754b3375abcb672d7a5eeff8f559dd2801763 (diff)
downloadaur-bde3a8b9a53474e824d6bbf10dda7a7c853912ee.tar.gz
Update to v4.35.4
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdb106590049..11e2650196b1 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.3
+ pkgver = 4.35.4
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.3/authelia-v4.35.3-linux-amd64.tar.gz
- sha256sums_x86_64 = aed16620553ae2d61af91ee05d76c7ee40d7151e4d5ecbc3de9f02dc67287162
- source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.35.3/authelia-v4.35.3-linux-arm64.tar.gz
- sha256sums_aarch64 = 4a8aca0cf38e08019867936fa1219fa00683fd39b16700cff5700da6f787e0da
- source_armv7h = https://github.com/authelia/authelia/releases/download/v4.35.3/authelia-v4.35.3-linux-arm.tar.gz
- sha256sums_armv7h = cb217c4523be4b195c2bc65f53be14d82fade16d4bc387993e68fb6f93d63e6f
+ source_x86_64 = https://github.com/authelia/authelia/releases/download/v4.35.4/authelia-v4.35.4-linux-amd64.tar.gz
+ sha256sums_x86_64 = d29acb4609cb5737928ce41eef41c8bd14b639658720d94b3977d03ea4076fdc
+ source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.35.4/authelia-v4.35.4-linux-arm64.tar.gz
+ sha256sums_aarch64 = 4c6fac0c9ca1ba7208304d05c33c0da5586b18419140374c79328f65c0481b90
+ source_armv7h = https://github.com/authelia/authelia/releases/download/v4.35.4/authelia-v4.35.4-linux-arm.tar.gz
+ sha256sums_armv7h = 416afbba62f883eca4e008c7488544767b92f22696e280659ea29aa01d45e224
pkgname = authelia-bin
diff --git a/PKGBUILD b/PKGBUILD
index a4473bc65a3c..958eb551264e 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.3
+pkgver=4.35.4
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=('aed16620553ae2d61af91ee05d76c7ee40d7151e4d5ecbc3de9f02dc67287162')
-sha256sums_aarch64=('4a8aca0cf38e08019867936fa1219fa00683fd39b16700cff5700da6f787e0da')
-sha256sums_armv7h=('cb217c4523be4b195c2bc65f53be14d82fade16d4bc387993e68fb6f93d63e6f')
+sha256sums_x86_64=('d29acb4609cb5737928ce41eef41c8bd14b639658720d94b3977d03ea4076fdc')
+sha256sums_aarch64=('4c6fac0c9ca1ba7208304d05c33c0da5586b18419140374c79328f65c0481b90')
+sha256sums_armv7h=('416afbba62f883eca4e008c7488544767b92f22696e280659ea29aa01d45e224')
package() {
install -Dm644 "$srcdir/$_pkgname.service" "$pkgdir/usr/lib/systemd/system/$_pkgname.service"