hugo: update to 0.15.
This commit is contained in:
parent
8ca6fec389
commit
bdfd0b9e3a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'hugo'
|
# Template file for 'hugo'
|
||||||
pkgname=hugo
|
pkgname=hugo
|
||||||
version=0.14
|
version=0.15
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
hostmakedepends="git mercurial"
|
hostmakedepends="git mercurial"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
license="SimPL-2"
|
license="SimPL-2"
|
||||||
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=67e0fda342e6a35490ce03f5535e30cf04bc06775c47bacf416d96d83cce4535
|
checksum=417106a9a52fd1740bcb8a0102684da13da389b9a126eb1829b61cfdf3d86b63
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Reference in a new issue