hugo: update to 0.40.

This commit is contained in:
Andrea Brancaleoni 2018-04-24 19:00:37 +02:00
parent d0fd495c1b
commit 79c704a1e5

View file

@ -1,6 +1,6 @@
# Template file for 'hugo'
pkgname=hugo
version=0.38.2
version=0.40
revision=1
build_style=go
hostmakedepends="git"
@ -11,12 +11,12 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="Apache-2.0"
homepage="http://gohugo.io"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=a8197de4e2480dade53cfe6c0213c3576efe468d1e21d7518cecb019edbbb846
checksum=48d2e0558d45efc831bebf5c43499db73d2624e254ee1cea645e17b58d0748f5
build_options="pygments"
desc_option_pygments="Alternative syntax highlighter"
post_install() {
vlicense LICENSE.md
vlicense LICENSE
vdoc README.md
}