From 7ba79baa10a6d744655c4f2c52740869c4e9112d Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Thu, 8 Oct 2020 14:49:01 +0200 Subject: [PATCH] hugo: update to 0.76.2. --- srcpkgs/hugo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index eb8972ad97f..5c1c1d3ee26 100644 --- a/srcpkgs/hugo/template +++ b/srcpkgs/hugo/template @@ -1,6 +1,6 @@ # Template file for 'hugo' pkgname=hugo -version=0.75.1 +version=0.76.2 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=f16fbd73b38295cd6431490732c6dcf4fc44a9917ad23ba5e192fe998538b208 +checksum=03a32d3c7bff0264bf5e2cb995bff6250c9b6a05a7172ffe98c4f923226f7181 build_options="pygments extended" desc_option_pygments="Alternative syntax highlighter"