hugo: update to 0.66.0
This commit is contained in:
parent
c282b3ce0c
commit
75f307a459
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'hugo'
|
# Template file for 'hugo'
|
||||||
pkgname=hugo
|
pkgname=hugo
|
||||||
version=0.65.3
|
version=0.66.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/gohugoio/${pkgname}"
|
go_import_path="github.com/gohugoio/${pkgname}"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://gohugo.io"
|
homepage="https://gohugo.io"
|
||||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||||
checksum=d6c6a68de86cdca0b7cf755c141e09a3fe74c456868e555ba6d459625348689c
|
checksum=58716ebccbf34e4a4e04663c68c5f94d90e920314b44f4e8235ff9bd57604d4f
|
||||||
|
|
||||||
build_options="pygments extended"
|
build_options="pygments extended"
|
||||||
desc_option_pygments="Alternative syntax highlighter"
|
desc_option_pygments="Alternative syntax highlighter"
|
||||||
|
|
Loading…
Reference in New Issue