From 1512d1b1c61f111f3ace777f7548b044f3124b9a Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sun, 1 Nov 2020 18:02:08 +0200 Subject: [PATCH] hugo: update to 0.77.0. --- srcpkgs/hugo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index 5c1c1d3ee26..4589ffd2d18 100644 --- a/srcpkgs/hugo/template +++ b/srcpkgs/hugo/template @@ -1,6 +1,6 @@ # Template file for 'hugo' pkgname=hugo -version=0.76.2 +version=0.77.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=03a32d3c7bff0264bf5e2cb995bff6250c9b6a05a7172ffe98c4f923226f7181 +checksum=e6053b20359b02233354930085318c8c729e3765e46e640ff7838de7e93fc51d build_options="pygments extended" desc_option_pygments="Alternative syntax highlighter"