2019-08-14 09:01:11 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.57.0",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.57.0/hugo_0.57.0_windows-64bit.zip",
"hash": "5f321abc2eb0dc4873fe7c724ebd3c8bc419f5593b01462c6fa115bb82d0566e"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.57.0/hugo_0.57.0_windows-32bit.zip",
"hash": "f39f3d9d1080d4247c7b157cea8709d6bc2e5e9114ae527ead5faba05ef04e81"
}
},
"bin": "hugo.exe",
"homepage": "https://gohugo.io",
"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"
}
}
}