2020-11-13 12:30:57 +01:00

34 lines
1.2 KiB
JSON

{
"version": "0.78.2",
"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.78.2/hugo_0.78.2_windows-64bit.zip",
"hash": "ad5dd832d781fac385abd9956b55d2e342a769e6020d49cd372838ca5c39739c"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.78.2/hugo_0.78.2_windows-32bit.zip",
"hash": "728567f4380c2ef2d4196b553c3239bd4c0c35cda75c0a7e5dd622a97f9737b1"
}
},
"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"
}
}
}