diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index 298878b6b1..badab11936 100644 --- a/srcpkgs/hugo/template +++ b/srcpkgs/hugo/template @@ -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 " 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 }