From 2edf25a9f100c6c88b691731ebcea53db08d9267 Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Tue, 14 Jul 2020 04:10:54 +0900 Subject: [PATCH] hugo: update to 0.74.0 Signed-off-by: Sora Morimoto --- srcpkgs/hugo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index fe509eb5bf710d..e65161840621d9 100644 --- a/srcpkgs/hugo/template +++ b/srcpkgs/hugo/template @@ -1,6 +1,6 @@ # Template file for 'hugo' pkgname=hugo -version=0.73.0 +version=0.74.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=36e106c96b6c66bd558759a069b227f797a996235a39bb6fa0397fa32eb8434a +checksum=c49e6e967c4adda4ded9c67e67b05a138cd54fcbbf2f13a8b7112a980a6ebe71 build_options="pygments extended" desc_option_pygments="Alternative syntax highlighter"