2026-01-10 18:26:44 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.154.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.154.4/hugo_0.154.4_windows-amd64.zip",
"hash": "19bb70785618c81f326bf492e468835f45248d0f7759e0d3f0e49196007afc90"
},
"arm64": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.154.4/hugo_0.154.4_windows-arm64.zip",
"hash": "82959f6257aec127a7e215ca5be42fccda15a93cff8f795121e79b4820378f0e"
}
},
"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"
}
}
}