2017-04-27 11:00:51 +02:00

30 lines
1.1 KiB
JSON

{
"version": "0.20.6",
"license": "https://github.com/spf13/hugo/blob/master/LICENSE.md",
"architecture": {
"64bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.20.6/hugo_0.20.6_windows-64bit.zip",
"hash": "5793cb3b013cd431ad1eb26c206a254ae3b7855abe0801a1342017f72e09f50f"
},
"32bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.20.6/hugo_0.20.6_windows-32bit.zip",
"hash": "62b4c5676cb1beb8111df4d66bd3fcb0b1eaf8f7f2e825412a0c66db9c6e95ab"
}
},
"bin": "hugo.exe",
"homepage": "https://gohugo.io",
"checkver": {
"github": "https://github.com/spf13/hugo"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_$version_windows-64bit.zip"
},
"32bit": {
"url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_$version_windows-32bit.zip"
}
}
}
}