2018-08-01 10:00:24 +00:00

33 lines
1.1 KiB
JSON

{
"version": "0.46",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.46/hugo_0.46_windows-64bit.zip",
"hash": "580451be7f3a9fbd64992f6aada824b345813a9f3fc0284342dc3ecd29292560"
},
"32bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.46/hugo_0.46_windows-32bit.zip",
"hash": "34af909831fe2b6918ee6ebb80d8c02ccd912434ee6b1f892262735238eceb94"
}
},
"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_$version_checksums.txt"
}
}
}