acmetool: update to 0.0.58.
This commit is contained in:
parent
a7baf75984
commit
811fb8c74c
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'acmetool'
|
||||
pkgname=acmetool
|
||||
version=0.0.57
|
||||
version=0.0.58
|
||||
revision=1
|
||||
wrksrc="acme-${version}"
|
||||
build_style=go
|
||||
|
@ -10,11 +10,14 @@ hostmakedepends="git"
|
|||
makedepends="libcap-devel"
|
||||
short_desc="Tool to acquire certificates from ACME servers (such as Let's Encrypt)"
|
||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||
license="MIT"
|
||||
license="RILTS-based"
|
||||
homepage="https://hlandau.github.io/acme/"
|
||||
distfiles="https://github.com/hlandau/acme/archive/v${version}.tar.gz"
|
||||
checksum=0c00a6957472ee40644492a798c942aa98572e03e1c6be4834014501192fb691
|
||||
distfiles="https://github.com/hlandau/acme/archive/v${version}.tar.gz
|
||||
https://raw.githubusercontent.com/hlandau/rilts/master/licences/COPYING.MIT>COPYING"
|
||||
checksum="c8fe2141d1f02a7718d69441007c71ce4c9cb20b399c86b8ff9f9be74a10667a
|
||||
fd80a26fbb3f644af1fa994134446702932968519797227e07a1368dea80f0bc"
|
||||
skip_extraction=COPYING
|
||||
|
||||
post_install() {
|
||||
vlicense _doc/COPYING.MIT
|
||||
vlicense $XBPS_SRCDISTDIR/$pkgname-$version/COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue