2018-01-22 13:00:57 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.34",
"license": "https://github.com/spf13/hugo/blob/master/LICENSE.md",
"architecture": {
"64bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.34/hugo_0.34_windows-64bit.zip",
"hash": "a2576958b5ca021a712a78a8ada61033dd1809c7cc630ff5e992e6aed4b9a58b"
},
"32bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.34/hugo_0.34_windows-32bit.zip",
"hash": "8cf70c18417379994e7a38f896fa4cbc494bfa9c1f6058f6d839605cf3ab098c"
}
},
"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"
}
}
}