From b052b84b6b1b349a3fd8efead9884450fb4a30bd Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sat, 7 Apr 2018 15:06:14 +0200 Subject: [PATCH] hugo: update to 0.38.1. --- srcpkgs/hugo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index 67b10f19636..42106d74aff 100644 --- a/srcpkgs/hugo/template +++ b/srcpkgs/hugo/template @@ -1,6 +1,6 @@ # Template file for 'hugo' pkgname=hugo -version=0.38 +version=0.38.1 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=08549563b718cc904e9a71b084f975b4b1fe05ab431e1258cbae23d4b76846ab +checksum=bed277dd69218bf54b756bbe2b37168b585fc4fad5f3a3f62f9fc7fcc8a5af62 build_options="pygments" desc_option_pygments="Alternative syntax highlighter"