2022-05-16 12:31:25 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.99.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.99.0/hugo_0.99.0_windows-64bit.zip",
"hash": "611ca4734561424e264613b58a979fd7cdaae70ee04f1847eb0c743509b9bacd"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.99.0/hugo_0.99.0_windows-32bit.zip",
"hash": "4159ebb139028037f5bbf9a4b48478900d70e6e89173118f312a2a90a4bca8c3"
}
},
"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"
}
}
}