2026-02-08 20:30:46 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.155.3",
"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.155.3/hugo_0.155.3_windows-amd64.zip",
"hash": "0cb3b395a506d6f5d7f934c11cd292f42f39c7a0fd7568fd366f0eef74539b40"
},
"arm64": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.155.3/hugo_0.155.3_windows-arm64.zip",
"hash": "9cba3b9ed7a95bf4ca022e3b94933dad323b22eda2f4ac4c5eb19450d43bc67a"
}
},
"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"
}
}
}