2022-09-29 12:32:53 +00:00

27 lines
851 B
JSON

{
"version": "0.104.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.104.2/hugo_0.104.2_windows-amd64.zip",
"hash": "534a3aa04d2a91d247aba65d0710860cfa8e855f9e73c065b08656512f684273"
}
},
"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-amd64.zip"
}
},
"hash": {
"url": "$baseurl/hugo_$version_checksums.txt"
}
}
}