hugo: update to 0.54.0.

This commit is contained in:
Rasmus Thomsen 2019-02-04 16:05:04 +01:00 committed by maxice8
parent 63084140b9
commit 130bfbcc44

View file

@ -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 <abc@pompel.me>"
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"