From c3b499221a74ab8bf948cec4234887dc885454ae Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Wed, 26 Dec 2018 12:43:28 +0100 Subject: [PATCH] hugo: update to 0.53. --- srcpkgs/hugo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index 172d35380fc..13a6b797b7a 100644 --- a/srcpkgs/hugo/template +++ b/srcpkgs/hugo/template @@ -1,6 +1,6 @@ # Template file for 'hugo' pkgname=hugo -version=0.52 +version=0.53 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=a6c1b50c6d47c34d3d23fee1e11ad598752f39f71811b8e20db7598521fc0cc0 +checksum=48e65a33d3b10527101d13c354538379d9df698e5c38f60f4660386f4232e65c build_options="pygments" desc_option_pygments="Alternative syntax highlighter"