2020-02-21 12:01:48 +00:00

34 lines
1.3 KiB
JSON

{
"version": "0.65.2",
"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.65.2/hugo_0.65.2_windows-64bit.zip",
"hash": "73e90372e581b51dccddfba49161bc8ad7af3f9156f3d18269e89ad6e4b2ae71"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.65.2/hugo_0.65.2_windows-32bit.zip",
"hash": "95586e8c14f43568eaf7610919d0cb47078695832722bf4dfffa7d79565b87a2"
}
},
"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"
}
}
}