ScoopInstaller_Main/bucket/hugo-extended.json
2019-04-25 09:00:21 +00:00

26 lines
835 B
JSON

{
"version": "0.55.4",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.55.4/hugo_extended_0.55.4_windows-64bit.zip",
"hash": "58c9def17690fbe980ddad983060b226b285c979c76f6aa1d5db869a4c2cb7de"
}
},
"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_extended_$version_windows-64bit.zip"
}
},
"hash": {
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_extended_$version_checksums.txt"
}
}
}