From 130bfbcc4484255bd22c548732d6ed35269e9a3c Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Mon, 4 Feb 2019 16:05:04 +0100 Subject: [PATCH] hugo: update to 0.54.0. --- srcpkgs/hugo/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index 13a6b797b7a..00c5e68436a 100644 --- a/srcpkgs/hugo/template +++ b/srcpkgs/hugo/template @@ -1,17 +1,17 @@ # Template file for 'hugo' pkgname=hugo -version=0.53 +version=0.54.0 revision=1 build_style=go +go_import_path="github.com/gohugoio/${pkgname}" hostmakedepends="git" depends="$(vopt_if pygments python-Pygments)" -go_import_path="github.com/gohugoio/${pkgname}" -short_desc="A Fast & Modern Static Website Engine" +short_desc="Fast & Modern Static Website Engine" maintainer="Andrea Brancaleoni " license="Apache-2.0" -homepage="http://gohugo.io" +homepage="https://gohugo.io" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" -checksum=48e65a33d3b10527101d13c354538379d9df698e5c38f60f4660386f4232e65c +checksum=fe0f4d4542491706cc19cb8c0acd63f1d9989cfbeaaad39d93031e91bf73fd91 build_options="pygments" desc_option_pygments="Alternative syntax highlighter"