2018-01-02 10:00:33 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.32.1",
"license": "https://github.com/spf13/hugo/blob/master/LICENSE.md",
"architecture": {
"64bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.32.1/hugo_0.32.1_windows-64bit.zip",
"hash": "ab02034728df43978ab390348d47e3d29c85bdfb73e120ddb73fe2dce8eff77e"
},
"32bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.32.1/hugo_0.32.1_windows-32bit.zip",
"hash": "4823978dd679c6527345b956d317acb9cef4e77b44d365e5c9df3f24d55eb0ea"
}
},
"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"
}
}
}