diff options
author | Amir Zarrinkafsh | 2022-05-15 17:10:18 +1000 |
---|---|---|
committer | Amir Zarrinkafsh | 2022-05-15 17:10:18 +1000 |
commit | df22376901aa4e5d0083c3fd66eaf31818af80ab (patch) | |
tree | ba6eedd974e72e5c46f2e49f4b4207321ba6a592 | |
parent | d02bcb97bea8d81639f3cb426eb8453c1cbed256 (diff) | |
download | aur-df22376901aa4e5d0083c3fd66eaf31818af80ab.tar.gz |
Update to v4.35.5
-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.35.4 + pkgver = 4.35.5 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.35.4.tar.gz::https://github.com/authelia/authelia/archive/v4.35.4.tar.gz - sha256sums = c1834d249e01d4168d5fefc1c1822c9aa5be4b1b58e57408eeacca58e99cec52 + source = authelia-4.35.5.tar.gz::https://github.com/authelia/authelia/archive/v4.35.5.tar.gz + sha256sums = 7b6b652b7047ccbd5381c510407e537b2f87c70215b9b0e2b6161834e921fae8 pkgname = authelia @@ -1,6 +1,6 @@ # Maintainer: Amir Zarrinkafsh <nightah at me dot com> pkgname=authelia -pkgver=4.35.4 +pkgver=4.35.5 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=('c1834d249e01d4168d5fefc1c1822c9aa5be4b1b58e57408eeacca58e99cec52') +sha256sums=('7b6b652b7047ccbd5381c510407e537b2f87c70215b9b0e2b6161834e921fae8') build() { export GOPATH="$srcdir/gopath" PATH="$PATH:$srcdir/gopath/bin" _pkgver="v${pkgver}" |