From b93d113025037fcadf0257b06186c61add2660d3 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 22 Feb 2018 22:55:48 -0500 Subject: [PATCH] svctl: rebuild with go-1.10 --- srcpkgs/svctl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/svctl/template b/srcpkgs/svctl/template index 26272b63476..031dae7268d 100644 --- a/srcpkgs/svctl/template +++ b/srcpkgs/svctl/template @@ -1,7 +1,7 @@ # Template file for 'svctl' pkgname=svctl version=1 -revision=3 +revision=4 build_style=go go_import_path="github.com/KenjiTakahashi/svctl" go_ldflags="-X main.Version=v${version}"