mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 15:41:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.132.0",
|
|
"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.132.0/hugo_0.132.0_windows-amd64.zip",
|
|
"hash": "b72ed58557870bdcee19e19b4fb532d8cb05ed9af6265ee4a467a17c018bf0bd"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v0.132.0/hugo_0.132.0_windows-arm64.zip",
|
|
"hash": "8f42722c1c8b310968fd83c7a662d42c34f841e1e68076b0d74702d03404fa47"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|