acmetool: update to 0.0.63.
This commit is contained in:
parent
bde0530982
commit
fb0930f5d0
2 changed files with 3 additions and 14 deletions
|
@ -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
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue