From 23f155fc0fb1ede1b7ba234da12652269add1e8a Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 30 Mar 2018 16:30:06 +0000 Subject: [PATCH] dnote-cli: rebuild with go-1.10.1 --- 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 a9aa30a625f..e95d372fc7d 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=2 +revision=3 wrksrc=cli-${version} build_style=go go_import_path="github.com/dnote-io/cli"