mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 13:45:16 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "0.63.1",
|
|
"homepage": "https://gohugo.io",
|
|
"description": "Speedy and flexible static site generator (without Sass/SCSS support)",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v0.63.1/hugo_0.63.1_windows-64bit.zip",
|
|
"hash": "346a73ff69cfbce6654ca03ee93b27c1aa925793684b5000e4fd6b2cfc057d21"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v0.63.1/hugo_0.63.1_windows-32bit.zip",
|
|
"hash": "70723d6943f98df3abdbbbf1c7c5c836b6a82c770984202765bdba711bc326f2"
|
|
}
|
|
},
|
|
"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-64bit.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_$version_windows-32bit.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|