2020-05-19 08:48:11 +02:00

34 lines
1.3 KiB
JSON

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