2019-07-25 17:00:40 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.56.0",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.56.0/hugo_0.56.0_windows-64bit.zip",
"hash": "e6c74c21c9bd43ffb9cd47e97ffa22ab81177c0b756707048315e683c095cd41"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.56.0/hugo_0.56.0_windows-32bit.zip",
"hash": "b9b97d6dbe7cf10e3af82e069bb011613cbb3cbfaa13a84489f5782c0e5cafa3"
}
},
"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"
}
}
}