From 2c09e4915737cf181227712f304504a24938a6f2 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sun, 2 Sep 2018 11:37:23 +0200 Subject: [PATCH] hugo: update to 0.48. --- srcpkgs/hugo/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index 239bb15f40f..8a4c4f001bd 100644 --- a/srcpkgs/hugo/template +++ b/srcpkgs/hugo/template @@ -1,7 +1,7 @@ # Template file for 'hugo' pkgname=hugo -version=0.47.1 -revision=2 +version=0.48 +revision=1 build_style=go hostmakedepends="git" depends="$(vopt_if pygments python-Pygments)" @@ -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=1c47fef843812c5e2621f28bde445117bc90413e3221f72800512ed82db94c5f +checksum=0fa6bf285fc586fccacbf782017a5c0c9d164f6bf0670b12dd21526b32328cb2 build_options="pygments" desc_option_pygments="Alternative syntax highlighter"