From 6ac481adae62e0d08399e364c3f5c66e52eef029 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 3 May 2018 18:49:56 +0000 Subject: [PATCH] svctl: rebuild with go-1.10.2 --- srcpkgs/svctl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/svctl/template b/srcpkgs/svctl/template index 9c7ff677fe9..ce433aa7962 100644 --- a/srcpkgs/svctl/template +++ b/srcpkgs/svctl/template @@ -1,7 +1,7 @@ # Template file for 'svctl' pkgname=svctl version=1 -revision=5 +revision=6 build_style=go go_import_path="github.com/KenjiTakahashi/svctl" go_ldflags="-X main.Version=v${version}"