From 811fb8c74c33859fdf537ad87729739c26e5673b Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Sat, 3 Sep 2016 22:51:18 -0400 Subject: [PATCH] acmetool: update to 0.0.58. --- srcpkgs/acmetool/template | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/srcpkgs/acmetool/template b/srcpkgs/acmetool/template index 0e65a3b3a36..a8e31fde577 100644 --- a/srcpkgs/acmetool/template +++ b/srcpkgs/acmetool/template @@ -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 " -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 }