2020-01-01 18:00:26 +00:00

34 lines
1.3 KiB
JSON

{
"version": "0.62.1",
"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.62.1/hugo_0.62.1_windows-64bit.zip",
"hash": "c5bcffba45f0831889f4aa28a142ce86ddd355f83aa6da5a9ac74d1bf80a2645"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.62.1/hugo_0.62.1_windows-32bit.zip",
"hash": "8ad5fb8562fa661fab1236ebdf36017dce9ff6265ee51e919be54a729e33bad5"
}
},
"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"
}
}
}