2025-05-06 12:31:54 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.147.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.147.2/hugo_0.147.2_windows-amd64.zip",
"hash": "49633f5669d6f90db9a34155cf4a6e7a308e9ee5473ba15efc84236463a65dae"
},
"arm64": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.147.2/hugo_0.147.2_windows-arm64.zip",
"hash": "9d2af4899d3bcbbe0cec6a801bf7d55f5edcbd1638c947956934c8a1e431074b"
}
},
"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"
}
}
}