2017-06-21 13:00:22 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.24",
"license": "https://github.com/spf13/hugo/blob/master/LICENSE.md",
"architecture": {
"64bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.24/hugo_0.24_windows-64bit.zip",
"hash": "f0e7f8a7dd2e76519f5e5827aa5978e6f7a95a768e608745c0575f7b721c3aea"
},
"32bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.24/hugo_0.24_windows-32bit.zip",
"hash": "7386ae56432e06148a3285ab7d1b5f04df624851bf3e119a46455fe5a8c27451"
}
},
"bin": "hugo.exe",
"homepage": "https://gohugo.io",
"checkver": {
"github": "https://github.com/spf13/hugo"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_$version_windows-64bit.zip"
},
"32bit": {
"url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_$version_windows-32bit.zip"
}
},
"hash": {
"url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_checksums.txt"
}
}
}