2024-11-29 16:30:23 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.139.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.139.3/hugo_0.139.3_windows-amd64.zip",
"hash": "6f0313329619ed375ab266c3256e12348cbc9f8ee24e5d1c3e7cc5c56cdd225e"
},
"arm64": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.139.3/hugo_0.139.3_windows-arm64.zip",
"hash": "14bbfd516ddb029b6d9dffe00f2efa99ec4fe1f3d456966b0c1d539f4240c42e"
}
},
"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"
}
}
}