2020-05-06 15:19:22 +02:00

34 lines
1.3 KiB
JSON

{
"version": "0.70.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.70.0/hugo_0.70.0_windows-64bit.zip",
"hash": "9832454a64138bbc360fd9b6bcea727502dd90e197cabb302b6df7b722302ad6"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.70.0/hugo_0.70.0_windows-32bit.zip",
"hash": "eea19acad96f045f4ba15488615335822c62c7abbc63a9a15a8b661723cc8394"
}
},
"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"
}
}
}