2020-03-24 10:01:50 +00:00

34 lines
1.3 KiB
JSON

{
"version": "0.68.2",
"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.68.2/hugo_0.68.2_windows-64bit.zip",
"hash": "86569af246e48d37b7edb10badc6c567ca62d2f9607497f77f5236a2f88dbeaa"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.68.2/hugo_0.68.2_windows-32bit.zip",
"hash": "b25e6459cf76848836137a16a33b77bdf5245fc6a3acd77284ea609c303b05c2"
}
},
"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"
}
}
}