diff options
Diffstat (limited to 'community/lego')
-rw-r--r-- | community/lego/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lego/APKBUILD b/community/lego/APKBUILD index bdd860a350..5843b9e1ea 100644 --- a/community/lego/APKBUILD +++ b/community/lego/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter <clandmeter@alpinelinux.org> # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org> pkgname=lego -pkgver=3.3.0 +pkgver=3.4.0 pkgrel=0 pkgdesc="Let's Encrypt client and ACME library written in Go" url="https://github.com/go-acme/lego" @@ -32,4 +32,4 @@ check() { go test -v -cover ./... } -sha512sums="7a0d2ed89437a631fbdc7913b1971a8c06289f2197e8ff8f8969ca10f93ff014bf164982b335dd0a3943e31ccd2699fb13b059ccaee12239b28acddbb5ee3aa1 lego-3.3.0.tar.gz" +sha512sums="ec4613e757920b9671e9749738883fcf95bb179706a514141a3e593c244099afe264813ee2b233c2c0dcf7be48bd96393dc7847e8b756c9e67e4c62ae5e9aa0a lego-3.4.0.tar.gz" |