From 0982c21861c6a16d3ae7cd108f4b1e6de5dc0e5c Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Wed, 24 Jan 2018 08:54:26 +0000 Subject: [PATCH] svctl: rebuild with go-1.9.3 --- srcpkgs/svctl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/svctl/template b/srcpkgs/svctl/template index 8c8f442ba40..26272b63476 100644 --- a/srcpkgs/svctl/template +++ b/srcpkgs/svctl/template @@ -1,7 +1,7 @@ # Template file for 'svctl' pkgname=svctl version=1 -revision=2 +revision=3 build_style=go go_import_path="github.com/KenjiTakahashi/svctl" go_ldflags="-X main.Version=v${version}"