mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 05:31:21 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "0.58.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.58.1/hugo_0.58.1_windows-64bit.zip",
|
|
"hash": "3a9a033b41a84b9b74ad71f11cb6aed00a8ddeadc1c3dd3d3d318f538ef7bd99"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v0.58.1/hugo_0.58.1_windows-32bit.zip",
|
|
"hash": "f4c61caa8c54974b65205b28a9aacd7ab9ac36f545ac599fc5e25119827dc85c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|