From 36efbe142a0474301cb64981ecff468191f3599e Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sat, 25 Aug 2018 00:04:49 -0700 Subject: [PATCH] hugo: rebuild for go 1.11 --- srcpkgs/hugo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index bb49ff9e5b2..239bb15f40f 100644 --- a/srcpkgs/hugo/template +++ b/srcpkgs/hugo/template @@ -1,7 +1,7 @@ # Template file for 'hugo' pkgname=hugo version=0.47.1 -revision=1 +revision=2 build_style=go hostmakedepends="git" depends="$(vopt_if pygments python-Pygments)"