From 60f57a0f9726a67049edb80b19b83fc13a089bdf Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Thu, 2 Sep 2021 09:37:41 +0000 Subject: [PATCH] gox509compressed: Use GPG-signed tag instead of Git hash --- projects/gox509compressed/config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/projects/gox509compressed/config b/projects/gox509compressed/config index fa1ba25..91a2440 100644 --- a/projects/gox509compressed/config +++ b/projects/gox509compressed/config @@ -1,6 +1,8 @@ -version: '[% c("abbrev") %]' +version: '0.0.1' git_url: https://github.com/namecoin/x509-compressed.git -git_hash: '11c148e3a82a374dc8cc7800729ae31d1de3514b' +git_hash: 'v[% c("version") %]' +tag_gpg_id: 1 +gpg_keyring: namecoin.gpg filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz' build: '[% c("projects/go/var/build_go_lib") %]'