From c480acf959ef2d051c5b92004885601aec586402 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sat, 25 Aug 2018 00:04:38 -0700 Subject: [PATCH] dnote-cli: rebuild for go 1.11 --- 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 5dd951ef557..74cfd3ffb1b 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=4 +revision=5 wrksrc=cli-${version} build_style=go go_import_path="github.com/dnote-io/cli"