2020-03-21 13:01:52 +00:00

34 lines
1.3 KiB
JSON

{
"version": "0.68.0",
"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.0/hugo_0.68.0_windows-64bit.zip",
"hash": "50a060f59a3ae13d856493d2a215706a26162f32726b24572d54c06bee0f81af"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.68.0/hugo_0.68.0_windows-32bit.zip",
"hash": "1eb679e4b432ef60100bbd0c144557978a50a7107d5f9bf13321cb7f82952704"
}
},
"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"
}
}
}