2019-10-21 10:00:29 +00:00

34 lines
1.3 KiB
JSON

{
"version": "0.59.0",
"homepage": "https://gohugo.io",
"description": "Speedy and flexible static site generator (without Sass/SCSS support)",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.59.0/hugo_0.59.0_windows-64bit.zip",
"hash": "0494f925bcee8553674844bac6a2f69e3f4774b9e7a5c6261741a0c9eabffff3"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.59.0/hugo_0.59.0_windows-32bit.zip",
"hash": "16f1e0ca70ea7602aee504e792d1b8f3fb0a42c1517552704576fddd1d279a40"
}
},
"bin": "hugo.exe",
"checkver": {
"github": "https://github.com/gohugoio/hugo"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_$version_windows-64bit.zip"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_$version_windows-32bit.zip"
}
},
"hash": {
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_$version_checksums.txt"
}
}
}