From e203d10642b5fe0bfc63f0c8817968f517c7b978 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Mon, 16 Nov 2020 16:28:52 +0100 Subject: [PATCH] hugo: update to 0.78.2. --- srcpkgs/hugo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index 1f6337ba8e1..d7c97e9fe01 100644 --- a/srcpkgs/hugo/template +++ b/srcpkgs/hugo/template @@ -1,6 +1,6 @@ # Template file for 'hugo' pkgname=hugo -version=0.78.1 +version=0.78.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=607502a8678fc7134f3df1ce2978f31e407ac0cb1d6b61e46cdcc9883ce12af8 +checksum=bbfacf3bf379911bc348e6300912838fd07a75ad6de6d41082c54226e0055029 build_options="pygments extended" desc_option_pygments="Alternative syntax highlighter"