From 9e40b500e9f188d940fd3c0e7fbb132aa7189a5f Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sat, 30 Nov 2019 18:37:31 +0200 Subject: [PATCH] hugo: update to 0.60.1. --- srcpkgs/hugo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index 04f72f9b06..74a67c4020 100644 --- a/srcpkgs/hugo/template +++ b/srcpkgs/hugo/template @@ -1,6 +1,6 @@ # Template file for 'hugo' pkgname=hugo -version=0.59.1 +version=0.60.1 revision=1 build_style=go go_import_path="github.com/gohugoio/${pkgname}" @@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni " license="Apache-2.0" homepage="https://gohugo.io" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" -checksum=5d1e21f97eca611b92ce511f8ee846b289a9484262d4ef646c9c5477ba97e7ce +checksum=5c857cb27a4e1b43477f6775f2b2e870b937e9ebf32f52347ba7fdbde1ee50f7 build_options="pygments" desc_option_pygments="Alternative syntax highlighter"