hugo: update to 0.82.0.

This commit is contained in:
Piraty 2021-03-25 12:40:35 +01:00 committed by Piraty
parent b421fd08fa
commit 8b98a68950

View file

@ -1,6 +1,6 @@
# Template file for 'hugo' # Template file for 'hugo'
pkgname=hugo pkgname=hugo
version=0.80.0 version=0.82.0
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/gohugoio/hugo" go_import_path="github.com/gohugoio/hugo"
@ -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://github.com/gohugoio/hugo/archive/v${version}.tar.gz" distfiles="https://github.com/gohugoio/hugo/archive/v${version}.tar.gz"
checksum=4ddcd6ebea21e5fd4067db4a481ab7810e34496d5991a3520169c8f5ee1d38bb checksum=f156c31034f013b11ff19aec09ab4d47fd8689befaa6f58222b48ed970722b4b
build_options="pygments extended" build_options="pygments extended"
desc_option_pygments="Alternative syntax highlighter" desc_option_pygments="Alternative syntax highlighter"