summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-04-19 08:50:13 +1000
committerAmir Zarrinkafsh2022-04-19 08:50:13 +1000
commit6851b69cde54f5e6541def3ae15def6e0933b0c0 (patch)
treee97917ae804e2259b6cd85e3fe798eb2b0d4d1a9
parent193d91b3da747faf8b3f80b2c39c5657f1d460cc (diff)
downloadaur-6851b69cde54f5e6541def3ae15def6e0933b0c0.tar.gz
Update to v4.35.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a123b2cc64b1..4af485a2b40e 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.6
+ pkgver = 4.35.0
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.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
+ source_x86_64 = https://github.com/authelia/authelia/releases/download/v4.35.0/authelia-v4.35.0-linux-amd64.tar.gz
+ sha256sums_x86_64 = 66ddf2b3491b869b6f132d81cd99ab8fbc3822c004313e9854ea7e08dc832ce0
+ source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.35.0/authelia-v4.35.0-linux-arm64.tar.gz
+ sha256sums_aarch64 = 60e1878b43d36ad4da1de1fa04bcabc18d306ce25af31af989814330e13f7dfe
+ source_armv7h = https://github.com/authelia/authelia/releases/download/v4.35.0/authelia-v4.35.0-linux-arm.tar.gz
+ sha256sums_armv7h = bd334607d2657a3a5ceac609e2907beaefbe8306b949b7225af4c6a2ee26f7d7
pkgname = authelia-bin
diff --git a/PKGBUILD b/PKGBUILD
index d54f43fe8700..0dd51721c0a5 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.6
+pkgver=4.35.0
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=('8dd94afe5cba5c504e36167b19cc43956a756c6ccc2a04921a1166759afe7571')
-sha256sums_aarch64=('ac3feeb0721dd9c5a5a9124e6d908e3a8f84e152dcca448c20b523f4fae6110f')
-sha256sums_armv7h=('752ae4d38daea7c35d2e0ddd67687c910dfe21ba040c3976ce961757e94986b4')
+sha256sums_x86_64=('66ddf2b3491b869b6f132d81cd99ab8fbc3822c004313e9854ea7e08dc832ce0')
+sha256sums_aarch64=('60e1878b43d36ad4da1de1fa04bcabc18d306ce25af31af989814330e13f7dfe')
+sha256sums_armv7h=('bd334607d2657a3a5ceac609e2907beaefbe8306b949b7225af4c6a2ee26f7d7')
package() {
install -Dm644 "$srcdir/$_pkgname.service" "$pkgdir/usr/lib/systemd/system/$_pkgname.service"