2025-06-23 12:32:13 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.147.9",
"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.147.9/hugo_0.147.9_windows-amd64.zip",
"hash": "b06286b2dd102a9f2347a7affc72db2234f69008df357c24bb4e722664716c20"
},
"arm64": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.147.9/hugo_0.147.9_windows-arm64.zip",
"hash": "4dbda827b1ff3b0d615f1d960b33e861c6c440703d23e1b720d28b56069fea80"
}
},
"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"
}
}
}