2025-04-14 16:29:41 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.146.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.146.4/hugo_0.146.4_windows-amd64.zip",
"hash": "81b94b4c247f37c3ef828fcffe6860bedb4416019e29616dbf461a7a4be5eec2"
},
"arm64": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.146.4/hugo_0.146.4_windows-arm64.zip",
"hash": "0322b2295d11fd56d3ffce351bab79af20f34d82654ffdd8d45b02382de7182a"
}
},
"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"
}
}
}