Date: Sunday, May 29, 2022 @ 01:57:23 Author: grawlinson Revision: 1212861
upgpkg: lego 4.7.0-1 New upstream release. Modified: lego/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-28 21:01:51 UTC (rev 1212860) +++ PKGBUILD 2022-05-29 01:57:23 UTC (rev 1212861) @@ -2,8 +2,8 @@ # Contributor: Fernandez Ludovic <lfernandez dot dev at gmail dot com> pkgname=lego -pkgver=4.6.0 -pkgrel=2 +pkgver=4.7.0 +pkgrel=1 pkgdesc='Lets Encrypt client and ACME library' url='https://go-acme.github.io/lego' arch=('x86_64') @@ -11,7 +11,7 @@ depends=('glibc') makedepends=('git' 'go') options=('!lto') -_commit='3ad2fa7acb6d0d88499e8bf5c4b63cc77838ae87' +_commit='364439a7c69e8be82b0a07db921e9c04d8e41d9b' source=("$pkgname::git+https://github.com/go-acme/lego.git#commit=$_commit") b2sums=('SKIP')
