From abf1ddb7f6e9f4c7a13e865a6d9a0693138adeaf Mon Sep 17 00:00:00 2001 From: Neel Chotai Date: Fri, 21 Feb 2020 15:24:18 +0000 Subject: [PATCH] hugo: update to 0.65.1 --- srcpkgs/hugo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index 2eba1024f54..13b7702068f 100644 --- a/srcpkgs/hugo/template +++ b/srcpkgs/hugo/template @@ -1,6 +1,6 @@ # Template file for 'hugo' pkgname=hugo -version=0.64.1 +version=0.65.1 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=38b8c896ccff938c80a648a1106a14d17564ca316f48df71783468fb15c46f27 +checksum=a2b56f17d7b9f9a823cac0af0628500fc75e1ae4195c4ef30a8ea729f35adaf8 build_options="pygments extended" desc_option_pygments="Alternative syntax highlighter"