diff options
author | Amir Zarrinkafsh | 2022-09-06 12:31:02 +1000 |
---|---|---|
committer | Amir Zarrinkafsh | 2022-09-06 12:31:02 +1000 |
commit | 04d48307495e33c862e5cc20e1b868ed584ac938 (patch) | |
tree | f63a825605db58c0a9b78beb7f966c7f415c0a0a | |
parent | 6320165e873c94038f792e0fdf44ab4565bce410 (diff) | |
download | aur-04d48307495e33c862e5cc20e1b868ed584ac938.tar.gz |
Update to v4.36.7
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = authelia pkgdesc = The Cloud ready multi-factor authentication portal for your Apps. - pkgver = 4.36.6 + pkgver = 4.36.7 pkgrel = 1 url = https://github.com/authelia/authelia arch = x86_64 @@ -16,7 +16,7 @@ pkgbase = authelia conflicts = authelia-bin conflicts = authelia-git backup = etc/authelia/configuration.yml - source = authelia-4.36.6.tar.gz::https://github.com/authelia/authelia/archive/v4.36.6.tar.gz - sha256sums = ed789a28e7d5ca980f3f5c87730778d969f3c99a1533c917034e2f0cb3ec25d2 + source = authelia-4.36.7.tar.gz::https://github.com/authelia/authelia/archive/v4.36.7.tar.gz + sha256sums = 0621e8d125074076b8501f508e313ae8a4a4c43781891cc0ad4e88598ce49a28 pkgname = authelia @@ -1,6 +1,6 @@ # Maintainer: Amir Zarrinkafsh <nightah at me dot com> pkgname=authelia -pkgver=4.36.6 +pkgver=4.36.7 pkgrel=1 pkgdesc="The Cloud ready multi-factor authentication portal for your Apps." arch=('x86_64' 'aarch64' 'armv7h') @@ -22,7 +22,7 @@ backup=('etc/authelia/configuration.yml') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz") -sha256sums=('ed789a28e7d5ca980f3f5c87730778d969f3c99a1533c917034e2f0cb3ec25d2') +sha256sums=('0621e8d125074076b8501f508e313ae8a4a4c43781891cc0ad4e88598ce49a28') build() { export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}" |