2022-06-01 12:33:12 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.100.1",
"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.100.1/hugo_0.100.1_windows-64bit.zip",
"hash": "abd80bc1365cd10627a2fb1d7213f8aab553bc29a8b012f6c967acc18d9d8995"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.100.1/hugo_0.100.1_windows-32bit.zip",
"hash": "cc021855ec0e9d9d252c60ca0bf570658f1ab9bead7ce8333d9778ac13c9231f"
}
},
"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"
}
}
}