From 75f307a459b8b8fc8a443bf99922040c6191df19 Mon Sep 17 00:00:00 2001 From: Neel Date: Thu, 5 Mar 2020 01:44:30 +0000 Subject: [PATCH] hugo: update to 0.66.0 --- srcpkgs/hugo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index 63f08bfe1fb..db0b46943a9 100644 --- a/srcpkgs/hugo/template +++ b/srcpkgs/hugo/template @@ -1,6 +1,6 @@ # Template file for 'hugo' pkgname=hugo -version=0.65.3 +version=0.66.0 revision=1 build_style=go go_import_path="github.com/gohugoio/${pkgname}" @@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni " license="Apache-2.0" homepage="https://gohugo.io" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" -checksum=d6c6a68de86cdca0b7cf755c141e09a3fe74c456868e555ba6d459625348689c +checksum=58716ebccbf34e4a4e04663c68c5f94d90e920314b44f4e8235ff9bd57604d4f build_options="pygments extended" desc_option_pygments="Alternative syntax highlighter"