hugo: update to 0.48.

This commit is contained in:
Andrea Brancaleoni 2018-09-02 11:37:23 +02:00
parent 9065614740
commit 2c09e49157

View file

@ -1,7 +1,7 @@
# Template file for 'hugo' # Template file for 'hugo'
pkgname=hugo pkgname=hugo
version=0.47.1 version=0.48
revision=2 revision=1
build_style=go build_style=go
hostmakedepends="git" hostmakedepends="git"
depends="$(vopt_if pygments python-Pygments)" depends="$(vopt_if pygments python-Pygments)"
@ -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=1c47fef843812c5e2621f28bde445117bc90413e3221f72800512ed82db94c5f checksum=0fa6bf285fc586fccacbf782017a5c0c9d164f6bf0670b12dd21526b32328cb2
build_options="pygments" build_options="pygments"
desc_option_pygments="Alternative syntax highlighter" desc_option_pygments="Alternative syntax highlighter"