From d1a4c02f5967ea338551bf75215eaa0d1c6753dc Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 30 Mar 2018 16:30:19 +0000 Subject: [PATCH] svctl: rebuild with go-1.10.1 --- srcpkgs/svctl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/svctl/template b/srcpkgs/svctl/template index 031dae7268d..9c7ff677fe9 100644 --- a/srcpkgs/svctl/template +++ b/srcpkgs/svctl/template @@ -1,7 +1,7 @@ # Template file for 'svctl' pkgname=svctl version=1 -revision=4 +revision=5 build_style=go go_import_path="github.com/KenjiTakahashi/svctl" go_ldflags="-X main.Version=v${version}"