Add hugo-extended version 0.52 (#2872)

This commit is contained in:
Mark Hollomon 2018-12-09 08:59:59 -05:00 committed by Richard Kuhnt
parent bf8e6db93b
commit 3cb37ac5b8

25
hugo-extended.json Normal file
View File

@ -0,0 +1,25 @@
{
"version": "0.52",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.52/hugo_extended_0.52_windows-64bit.zip",
"hash": "1d915df9e20fb51cc93da9593ea881765aba1a9e20c7530a5aa82fca997e1e4c"
}
},
"bin": "hugo.exe",
"homepage": "https://gohugo.io",
"checkver": {
"github": "https://github.com/gohugoio/hugo"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_extended_$version_windows-64bit.zip"
}
},
"hash": {
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_extended_$version_checksums.txt"
}
}
}