From 37cba06efe31b5fc4c4382ec86c506ca1fbd761f Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sun, 1 Nov 2020 18:02:08 +0200 Subject: [PATCH] hugo: update to 0.78.1. --- srcpkgs/hugo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index 5c1c1d3ee26..1f6337ba8e1 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.78.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=03a32d3c7bff0264bf5e2cb995bff6250c9b6a05a7172ffe98c4f923226f7181 +checksum=607502a8678fc7134f3df1ce2978f31e407ac0cb1d6b61e46cdcc9883ce12af8 build_options="pygments extended" desc_option_pygments="Alternative syntax highlighter"