From fb0930f5d0eeffa5b16b920010deb57aadc15207 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Sun, 21 Jan 2018 14:25:01 -0500 Subject: [PATCH] acmetool: update to 0.0.63. --- srcpkgs/acmetool/patches/fix-uuid-build.patch | 11 ----------- srcpkgs/acmetool/template | 6 +++--- 2 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 srcpkgs/acmetool/patches/fix-uuid-build.patch diff --git a/srcpkgs/acmetool/patches/fix-uuid-build.patch b/srcpkgs/acmetool/patches/fix-uuid-build.patch deleted file mode 100644 index 151f776332d..00000000000 --- a/srcpkgs/acmetool/patches/fix-uuid-build.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- storage/types.go.orig 2018-01-11 08:57:49.339089353 +0100 -+++ storage/types.go 2018-01-11 08:58:12.707027749 +0100 -@@ -194,7 +194,7 @@ func (tgt *Target) ensureFilename() { - nprefix = tgt.Satisfy.Names[0] + "-" - } - -- b := uuid.NewV4().Bytes() -+ b := uuid.Must(uuid.NewV4()).Bytes() - str := strings.ToLower(strings.TrimRight(base32.StdEncoding.EncodeToString(b), "=")) - - tgt.Filename = nprefix + str diff --git a/srcpkgs/acmetool/template b/srcpkgs/acmetool/template index 6cc93dd181a..7db8dfd77a6 100644 --- a/srcpkgs/acmetool/template +++ b/srcpkgs/acmetool/template @@ -1,7 +1,7 @@ # Template file for 'acmetool' pkgname=acmetool -version=0.0.62 -revision=2 +version=0.0.63 +revision=1 wrksrc="acme-${version}" build_style=go go_import_path=github.com/hlandau/acme @@ -14,7 +14,7 @@ license="RILTS-based" homepage="https://hlandau.github.io/acme/" distfiles="https://github.com/hlandau/acme/archive/v${version}.tar.gz https://raw.githubusercontent.com/hlandau/rilts/master/licences/COPYING.MIT>COPYING" -checksum="ceaab0bc974846a26bce79e918ab79080013f6eed05dc981347c48eefde6d4f5 +checksum="3036240a2435db25588c4c98d377c737a9d876195220abd5e047c916b2159dd1 fd80a26fbb3f644af1fa994134446702932968519797227e07a1368dea80f0bc" skip_extraction=COPYING