From e87d35cd00c7fa71035c36c9c87a937b3b3dc439 Mon Sep 17 00:00:00 2001 From: JeremyRand Date: Mon, 6 Jan 2020 00:47:43 +0000 Subject: [PATCH] gobtcd/gobtcd2: Bump to 0.20.1 --- projects/gobtcd/config | 4 ++-- projects/gobtcd2/config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/gobtcd/config b/projects/gobtcd/config index 79c359d..4aa0819 100644 --- a/projects/gobtcd/config +++ b/projects/gobtcd/config @@ -1,6 +1,6 @@ -version: '[% c("abbrev") %]' +version: 0.20.1 git_url: https://github.com/namecoin/btcd.git -git_hash: 6cfad711d4ee7367b3ab9dc572097438dbca56eb +git_hash: a271c34c473209705917e75ea9656972bd32da1a filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz' build: '[% c("projects/go/var/build_go_lib") %]' diff --git a/projects/gobtcd2/config b/projects/gobtcd2/config index 03d3150..f5848fb 100644 --- a/projects/gobtcd2/config +++ b/projects/gobtcd2/config @@ -1,5 +1,5 @@ # vim: filetype=yaml sw=2 -version: '[% c("abbrev") %]' +version: '[% pc("gobtcd", "version") %]' git_url: '[% pc("gobtcd", "git_url") %]' git_hash: '[% pc("gobtcd", "git_hash") %]' filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'