diff options
author | Michał Polański <michal@polanski.me> | 2020-01-13 21:53:56 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-14 10:11:26 +0100 |
commit | 8c0fc7603a932cf5661398483a437ba2a450a430 (patch) | |
tree | 395864f91fac93d2bfc37329f0d6ab3e8a82acaa /community/lego | |
parent | b2d5012ef28fc77dfb93f4b36d76dfc0edfb4758 (diff) | |
download | aports-8c0fc7603a932cf5661398483a437ba2a450a430.tar.bz2 aports-8c0fc7603a932cf5661398483a437ba2a450a430.tar.xz |
community/lego: upgrade to 3.3.0
Diffstat (limited to 'community/lego')
-rw-r--r-- | community/lego/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/lego/APKBUILD b/community/lego/APKBUILD index c500473695..bdd860a350 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.1.0 +pkgver=3.3.0 pkgrel=0 pkgdesc="Let's Encrypt client and ACME library written in Go" url="https://github.com/go-acme/lego" @@ -10,7 +10,6 @@ license="MIT" depends="ca-certificates" makedepends="go libcap" source="$pkgname-$pkgver.tar.gz::https://github.com/go-acme/lego/archive/v$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" export GOPATH="$srcdir" export CGO_ENABLED=0 @@ -33,4 +32,4 @@ check() { go test -v -cover ./... } -sha512sums="f4d567d665181441ab63499807a20a826526136c1066f4d99fb0b7bddd0275680f8492629a5226df6bf24cfb398c55ead114cb2948522c8101046243f53e3b7a lego-3.1.0.tar.gz" +sha512sums="7a0d2ed89437a631fbdc7913b1971a8c06289f2197e8ff8f8969ca10f93ff014bf164982b335dd0a3943e31ccd2699fb13b059ccaee12239b28acddbb5ee3aa1 lego-3.3.0.tar.gz" |