From c85aa5310a670fecb1327d427b9aa0e6d801046e Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Fri, 29 Jun 2018 15:26:48 +0200 Subject: [PATCH] hugo: update to 0.42.2. --- srcpkgs/hugo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index 515c417ca25..76e759ba3ae 100644 --- a/srcpkgs/hugo/template +++ b/srcpkgs/hugo/template @@ -1,6 +1,6 @@ # Template file for 'hugo' pkgname=hugo -version=0.42.1 +version=0.42.2 revision=1 build_style=go hostmakedepends="git" @@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni " license="Apache-2.0" homepage="http://gohugo.io" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" -checksum=4450c9434269dac75f4a6cb702d8704a49c73e17f974dc2fa15e699c03b9774b +checksum=3e834b71c3aab605db0fa7ae54a98161119a9a5758991dd03fcb55151c6de122 build_options="pygments" desc_option_pygments="Alternative syntax highlighter"