summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2024-03-14 22:21:34 +1100
committerAmir Zarrinkafsh2024-03-14 22:21:34 +1100
commit1530c3c571352c16c3a8ac57208c183afa5e571f (patch)
treea19d73b2a15f3940e3631df60d94ca2c28cd3ff8
parent04175d96a49869be8a68b341a1f21c9c76f611b8 (diff)
downloadaur-1530c3c571352c16c3a8ac57208c183afa5e571f.tar.gz
Update to v4.38.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2166805b8ebc..e79a4a209aad 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.37.5
+ pkgver = 4.38.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.37.5/authelia-v4.37.5-linux-amd64.tar.gz
- sha256sums_x86_64 = 1525e0726e882a633d5fddb97273734e332bee004e141d892df36c80a1b5a994
- source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.37.5/authelia-v4.37.5-linux-arm64.tar.gz
- sha256sums_aarch64 = 7ba712bbe04025781daba8d9c28cc333f928ccbd0b28a8eb2d9fe0586a10ce8d
- source_armv7h = https://github.com/authelia/authelia/releases/download/v4.37.5/authelia-v4.37.5-linux-arm.tar.gz
- sha256sums_armv7h = 951a5429285e723e79abf5711dcca894138d665b0120b4a3f75aa0edcc59b8bb
+ source_x86_64 = https://github.com/authelia/authelia/releases/download/v4.38.0/authelia-v4.38.0-linux-amd64.tar.gz
+ sha256sums_x86_64 = a773c9c51e878c7f8de6ab275d9f04ec488ce255ea1ea64a05c432938997c159
+ source_aarch64 = https://github.com/authelia/authelia/releases/download/v4.38.0/authelia-v4.38.0-linux-arm64.tar.gz
+ sha256sums_aarch64 = 6891ada35025d9f5cbb9b416efa80481a2510b0742318f983ccc563896a60df9
+ source_armv7h = https://github.com/authelia/authelia/releases/download/v4.38.0/authelia-v4.38.0-linux-arm.tar.gz
+ sha256sums_armv7h = 519e10be154309d26441e6f252395e17d34677cece9257f17ffe9f6b72a08eae
pkgname = authelia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5e6f7260aadb..0cc1681fbca7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia-bin
_pkgname=authelia
-pkgver=4.37.5
+pkgver=4.38.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=('1525e0726e882a633d5fddb97273734e332bee004e141d892df36c80a1b5a994')
-sha256sums_aarch64=('7ba712bbe04025781daba8d9c28cc333f928ccbd0b28a8eb2d9fe0586a10ce8d')
-sha256sums_armv7h=('951a5429285e723e79abf5711dcca894138d665b0120b4a3f75aa0edcc59b8bb')
+sha256sums_x86_64=('a773c9c51e878c7f8de6ab275d9f04ec488ce255ea1ea64a05c432938997c159')
+sha256sums_aarch64=('6891ada35025d9f5cbb9b416efa80481a2510b0742318f983ccc563896a60df9')
+sha256sums_armv7h=('519e10be154309d26441e6f252395e17d34677cece9257f17ffe9f6b72a08eae')
package() {
install -Dm644 "$srcdir/$_pkgname.service" "$pkgdir/usr/lib/systemd/system/$_pkgname.service"