mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "0.71.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.71.1/hugo_0.71.1_windows-64bit.zip",
|
|
"hash": "1d0705cd8976e65ac762d116e363ecbf235f2e623c3fa33819daa6b010281f9e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v0.71.1/hugo_0.71.1_windows-32bit.zip",
|
|
"hash": "913bc7414c8e08a0993c255392ec1106f48a097de682aadd27ee741cd5c24691"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|