2019-04-12 11:00:22 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.55.1",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.55.1/hugo_0.55.1_windows-64bit.zip",
"hash": "19bffa6ea8e6b056326a6e9d9a09214a11dd722765318b18793de0876816738d"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.55.1/hugo_0.55.1_windows-32bit.zip",
"hash": "83ea5e2354b6159e366279f80938df1778b94b0842c009bd44e51918b95f6a7a"
}
},
"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"
}
}
}