From 466a08f7331462901ccba30c601fe4f2741b07a2 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Sat, 24 Feb 2018 10:11:35 -0500 Subject: [PATCH] dnote-cli: rebuild with go-1.10 --- srcpkgs/dnote-cli/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/dnote-cli/template b/srcpkgs/dnote-cli/template index 0a8239bcba2..a9aa30a625f 100644 --- a/srcpkgs/dnote-cli/template +++ b/srcpkgs/dnote-cli/template @@ -1,7 +1,7 @@ # Template file for 'dnote-cli' pkgname=dnote-cli version=0.2.1 -revision=1 +revision=2 wrksrc=cli-${version} build_style=go go_import_path="github.com/dnote-io/cli"