summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-05-10 16:08:19 +1000
committerAmir Zarrinkafsh2022-05-10 16:08:19 +1000
commitf4d754b3375abcb672d7a5eeff8f559dd2801763 (patch)
tree28e7b7dd1f8a53b8ae2037db15d8314314bfe096
parentcdb850ce0b6dc8104874b1a2dd61991ead0ce179 (diff)
downloadaur-f4d754b3375abcb672d7a5eeff8f559dd2801763.tar.gz
Update to v4.35.3
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2d10b5137ba..fdb106590049 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.2
+ pkgver = 4.35.3
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.2/authelia-v4.35.2-linux-amd64.tar.gz
- sha256sums_x86_64 = d769404f3e034407779a562a4122ab331e2c64306b02c37c0fb4f3031eb74069
- source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.35.2/authelia-v4.35.2-linux-arm64.tar.gz
- sha256sums_aarch64 = b654d92d5af45ea9927d39b974f0fd588b381b7aee895a8d96ddbae8a8f4dfe5
- source_armv7h = https://github.com/authelia/authelia/releases/download/v4.35.2/authelia-v4.35.2-linux-arm.tar.gz
- sha256sums_armv7h = 50022b88754703dc7afa95879654bae54a7df8a0673547b634bb6b106b2fb05b
+ 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
pkgname = authelia-bin
diff --git a/PKGBUILD b/PKGBUILD
index c221f68e1a22..a4473bc65a3c 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.2
+pkgver=4.35.3
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=('d769404f3e034407779a562a4122ab331e2c64306b02c37c0fb4f3031eb74069')
-sha256sums_aarch64=('b654d92d5af45ea9927d39b974f0fd588b381b7aee895a8d96ddbae8a8f4dfe5')
-sha256sums_armv7h=('50022b88754703dc7afa95879654bae54a7df8a0673547b634bb6b106b2fb05b')
+sha256sums_x86_64=('aed16620553ae2d61af91ee05d76c7ee40d7151e4d5ecbc3de9f02dc67287162')
+sha256sums_aarch64=('4a8aca0cf38e08019867936fa1219fa00683fd39b16700cff5700da6f787e0da')
+sha256sums_armv7h=('cb217c4523be4b195c2bc65f53be14d82fade16d4bc387993e68fb6f93d63e6f')
package() {
install -Dm644 "$srcdir/$_pkgname.service" "$pkgdir/usr/lib/systemd/system/$_pkgname.service"