2020-03-25 09:01:52 +00:00

34 lines
1.3 KiB
JSON

{
"version": "0.68.3",
"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.3/hugo_0.68.3_windows-64bit.zip",
"hash": "fcbe8ed3de2ae9e24355a681fb5c7cdca1ad8ce8b7b4e3a2e5a238e29776ba24"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.68.3/hugo_0.68.3_windows-32bit.zip",
"hash": "7c277a24d042f0e4b6b522f251019cb50c432fdb95a9e27dfef8feb95fb0bd91"
}
},
"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"
}
}
}