2019-11-29 16:01:49 +00:00

34 lines
1.3 KiB
JSON

{
"version": "0.60.1",
"homepage": "https://gohugo.io",
"description": "Speedy and flexible static site generator (without Sass/SCSS support)",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.60.1/hugo_0.60.1_windows-64bit.zip",
"hash": "a38ac95fb167d303fae8c5e17137dd4ee4301e099d4d725e1e103a234d192587"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.60.1/hugo_0.60.1_windows-32bit.zip",
"hash": "b8a0db1426b36011691f45d09f58ecd791e8515097d1503cd97fa36b70a72732"
}
},
"bin": "hugo.exe",
"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"
}
}
}