hugo: update to 0.46.

This commit is contained in:
Andrea Brancaleoni 2018-08-02 13:11:52 +02:00
parent c6c381e55c
commit c98a46dc52

View file

@ -1,6 +1,6 @@
# Template file for 'hugo' # Template file for 'hugo'
pkgname=hugo pkgname=hugo
version=0.45.1 version=0.46
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=4d8be74015fcc0be56d7a1d719b8b4900973e1e8ad4da9c9867c4c003f95ccfc checksum=3cb167e24bdbb2362415aba4b1be301596276b4ff565116cb81df95bdfc50c0a
build_options="pygments" build_options="pygments"
desc_option_pygments="Alternative syntax highlighter" desc_option_pygments="Alternative syntax highlighter"