mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 11:45:15 +00:00
27 lines
925 B
JSON
27 lines
925 B
JSON
{
|
|
"version": "0.60.0",
|
|
"homepage": "https://gohugo.io",
|
|
"description": "Speedy and flexible static site generator. (with Sass/SCSS support)",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v0.60.0/hugo_extended_0.60.0_windows-64bit.zip",
|
|
"hash": "543d1db049e4ac5fff7c4e4339042b0aadcf0c57457ec7a4127a7364ade9feea"
|
|
}
|
|
},
|
|
"bin": "hugo.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/gohugoio/hugo"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_extended_$version_windows-64bit.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_extended_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|