mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-29 03:51:20 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "0.72.0",
|
|
"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.72.0/hugo_0.72.0_windows-64bit.zip",
|
|
"hash": "38e557f084f6b6d42cfa814a72f2b3623d65a63ad487d22deaacf07e1747c644"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v0.72.0/hugo_0.72.0_windows-32bit.zip",
|
|
"hash": "f4a26022c1287139dfdb07ef27837bd8b4b59e4d6449bf31b9b12ee382e5a5e3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|