mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
lego: update to 4.15.0.
This commit is contained in:
parent
6d40a8fd7f
commit
40e23528d8
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lego'
|
# Template file for 'lego'
|
||||||
pkgname=lego
|
pkgname=lego
|
||||||
version=4.8.0
|
version=4.15.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/go-acme/lego/v4"
|
go_import_path="github.com/go-acme/lego/v4"
|
||||||
go_package="${go_import_path}/cmd/lego"
|
go_package="${go_import_path}/cmd/lego"
|
||||||
|
@ -9,8 +9,9 @@ short_desc="Let's Encrypt client and ACME library written in Go"
|
||||||
maintainer="Anachron <gith@cron.world>"
|
maintainer="Anachron <gith@cron.world>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://go-acme.github.io/lego"
|
homepage="https://go-acme.github.io/lego"
|
||||||
|
changelog="https://raw.githubusercontent.com/go-acme/lego/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/go-acme/lego/archive/v${version}.tar.gz"
|
distfiles="https://github.com/go-acme/lego/archive/v${version}.tar.gz"
|
||||||
checksum=2cebfd9c7471c0a64ad877c4270378b2c45712103332674e5f26e5a347b8b6b1
|
checksum=3feb0501ca95d8c1fe831375ece6be6cfe57b76b51a9420d211e2472d132330d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue