2018-05-09 08:00:21 +00:00

33 lines
1.1 KiB
JSON

{
"version": "0.40.3",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.40.3/hugo_0.40.3_windows-64bit.zip",
"hash": "bc97df98aa32c2d2500d6f56f19dfaa9c79dd70cc45b5070876b6823291aff2c"
},
"32bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.40.3/hugo_0.40.3_windows-32bit.zip",
"hash": "815d34850c0006b1ac5673183926cde138087cfdb0a2f63c58b2f2ba5557c652"
}
},
"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"
}
},
"hash": {
"url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_$version_checksums.txt"
}
}
}