2018-01-08 12:00:27 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.32.3",
"license": "https://github.com/spf13/hugo/blob/master/LICENSE.md",
"architecture": {
"64bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.32.3/hugo_0.32.3_windows-64bit.zip",
"hash": "056035bd05327a4d5063c0d2ce7958872684d6f8c1f49c40d9d601d2cb87da9d"
},
"32bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.32.3/hugo_0.32.3_windows-32bit.zip",
"hash": "42cbc868c6a97c58a0e5f1b508416ee99e693e664d47cb4f9e2570356d6ecde9"
}
},
"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"
}
}
}