diff options
author | Amir Zarrinkafsh | 2021-08-05 21:13:12 +1000 |
---|---|---|
committer | Amir Zarrinkafsh | 2021-08-05 21:13:12 +1000 |
commit | 9298d957433e53d394982d4dc8c245e032d78d9a (patch) | |
tree | f69e8733df796f3c894e738e00e9a5d9e8e81336 | |
parent | a1187f967c26f44b383897684a97448801510e7b (diff) | |
download | aur-9298d957433e53d394982d4dc8c245e032d78d9a.tar.gz |
Update to v4.30.1
-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.30.0 + pkgver = 4.30.1 pkgrel = 1 url = https://github.com/authelia/authelia arch = x86_64 @@ -15,7 +15,7 @@ pkgbase = authelia conflicts = authelia-bin conflicts = authelia-git backup = etc/authelia/configuration.yml - source = authelia-4.30.0.tar.gz::https://github.com/authelia/authelia/archive/v4.30.0.tar.gz - sha256sums = fd2191ae15e44f0e02b0ec47348881f1505962ef92481cbd1bf886296d3fda4a + source = authelia-4.30.1.tar.gz::https://github.com/authelia/authelia/archive/v4.30.1.tar.gz + sha256sums = 5f506046a04f19df887ea98f6c9a4a90db0d0c63e9042e7fb2dc34aaef455973 pkgname = authelia @@ -1,6 +1,6 @@ # Maintainer: Amir Zarrinkafsh <nightah at me dot com> pkgname=authelia -pkgver=4.30.0 +pkgver=4.30.1 pkgrel=1 pkgdesc="The Cloud ready multi-factor authentication portal for your Apps." arch=('x86_64' 'aarch64' 'armv7h') @@ -21,7 +21,7 @@ backup=('etc/authelia/configuration.yml') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz") -sha256sums=('fd2191ae15e44f0e02b0ec47348881f1505962ef92481cbd1bf886296d3fda4a') +sha256sums=('5f506046a04f19df887ea98f6c9a4a90db0d0c63e9042e7fb2dc34aaef455973') build() { export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" |