2025-05-01 16:30:04 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.147.1",
"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.1/hugo_0.147.1_windows-amd64.zip",
"hash": "9fb60f480af457ba1e03cb3d5f80a0d3bdeae25476b22e3c2a79fe1f9dbc927d"
},
"arm64": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.147.1/hugo_0.147.1_windows-arm64.zip",
"hash": "955081b126bda6c9bfd005a9fbf077cd9485315c6ded8c9fc5bd36129ba3bb1f"
}
},
"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"
}
}
}