2022-03-10 16:30:01 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.94.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.94.0/hugo_0.94.0_windows-64bit.zip",
"hash": "73f6a152922b3d3631162ecb7d23c9f01f8eb5db5c12e66c24602140981871fc"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.94.0/hugo_0.94.0_windows-32bit.zip",
"hash": "007df422cdbfed8e26f6d1d99e424861ae0df590d12df1f4a6669eb48825e663"
}
},
"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"
}
}
}