hugo: update to 0.53.

This commit is contained in:
Andrea Brancaleoni 2018-12-26 12:43:28 +01:00
parent a716044e56
commit c3b499221a

View file

@ -1,6 +1,6 @@
# Template file for 'hugo' # Template file for 'hugo'
pkgname=hugo pkgname=hugo
version=0.52 version=0.53
revision=1 revision=1
build_style=go build_style=go
hostmakedepends="git" hostmakedepends="git"
@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="Apache-2.0" license="Apache-2.0"
homepage="http://gohugo.io" homepage="http://gohugo.io"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz" distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=a6c1b50c6d47c34d3d23fee1e11ad598752f39f71811b8e20db7598521fc0cc0 checksum=48e65a33d3b10527101d13c354538379d9df698e5c38f60f4660386f4232e65c
build_options="pygments" build_options="pygments"
desc_option_pygments="Alternative syntax highlighter" desc_option_pygments="Alternative syntax highlighter"