2020-10-30 13:24:09 +01:00

34 lines
1.2 KiB
JSON

{
"version": "0.77.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.77.0/hugo_0.77.0_windows-64bit.zip",
"hash": "01193c5e7c49a4aada0adaa365661bdfcaffcdc50c5e3a7022a86071826d0b30"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.77.0/hugo_0.77.0_windows-32bit.zip",
"hash": "17b11f1e3f79a1c350d4702c3afec1badbc92769cd2de344cfe4ab6c6c8e9967"
}
},
"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"
}
}
}