2021-05-01 17:35:07 +02:00

34 lines
1.2 KiB
JSON

{
"version": "0.83.0",
"description": "Speedy and flexible static site generator (without Sass/SCSS support)",
"homepage": "https://gohugo.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.83.0/hugo_0.83.0_windows-64bit.zip",
"hash": "6a51065b8a7dbe0334f9c44241e25eba3bdb231918df915a519bbc2709db8fdb"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.83.0/hugo_0.83.0_windows-32bit.zip",
"hash": "3cb6116cc1754929a1f710b1b8daef1cafde406f0097967b65031056acbbeec3"
}
},
"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": "$baseurl/hugo_$version_checksums.txt"
}
}
}