2023-11-08 16:26:58 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.120.4",
"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.120.4/hugo_0.120.4_windows-amd64.zip",
"hash": "5f40a806f46c61f8bc0be8be45ee93ab096139c3457b1968baeedc769ba89848"
},
"arm64": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.120.4/hugo_0.120.4_windows-arm64.zip",
"hash": "5fd090e3d31e287cfa7470dd35b55f189f23318e5487aa76175a9898567dbe3b"
}
},
"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"
},
"arm64": {
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_$version_windows-arm64.zip"
}
},
"hash": {
"url": "$baseurl/hugo_$version_checksums.txt"
}
}
}