From 90d0a859bededafdeffcda316b4016cc9d328292 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Tue, 26 May 2020 16:57:20 +0300 Subject: [PATCH] hugo: update to 0.71.1. --- srcpkgs/hugo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index 8a0f2b84307..51abcd2b7c0 100644 --- a/srcpkgs/hugo/template +++ b/srcpkgs/hugo/template @@ -1,6 +1,6 @@ # Template file for 'hugo' pkgname=hugo -version=0.70.0 +version=0.71.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=4d1df7a7fbd91706dbf3d83f250230cfdcc2076cc0dcb4147971f80add2ee751 +checksum=4157a023059e199a1912d3c8026144c4b1c41cdbde7f1ffc826dd7ac01bb7b76 build_options="pygments extended" desc_option_pygments="Alternative syntax highlighter"