From 5b5658e3aed4f2b626ac273d260223b7b4fec44a Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 3 May 2018 18:49:42 +0000 Subject: [PATCH] dnote-cli: rebuild with go-1.10.2 --- 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 e95d372fc7d..5dd951ef557 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=3 +revision=4 wrksrc=cli-${version} build_style=go go_import_path="github.com/dnote-io/cli"