2020-03-09 21:01:58 +00:00

34 lines
1.3 KiB
JSON

{
"version": "0.67.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.67.0/hugo_0.67.0_windows-64bit.zip",
"hash": "b43bd173993b07b06aba2f76592fe5e8b3b3147385526ea838d1a380738e9e94"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.67.0/hugo_0.67.0_windows-32bit.zip",
"hash": "9f35b24798690a9d3d56a31e8a1424e5d7b053b9b955eed03fabd59da4bb1ee7"
}
},
"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"
}
}
}