From fd2783210b3efcd73282659468925c78184f7280 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 26 Oct 2017 08:36:04 +0000 Subject: [PATCH] svctl: rebuild with go-1.9.2 --- srcpkgs/svctl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/svctl/template b/srcpkgs/svctl/template index a95f3f6227..8c8f442ba4 100644 --- a/srcpkgs/svctl/template +++ b/srcpkgs/svctl/template @@ -1,7 +1,7 @@ # Template file for 'svctl' pkgname=svctl version=1 -revision=1 +revision=2 build_style=go go_import_path="github.com/KenjiTakahashi/svctl" go_ldflags="-X main.Version=v${version}"