mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 21:14:24 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "0.57.1",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v0.57.1/hugo_0.57.1_windows-64bit.zip",
|
|
"hash": "b901d339f71f3da6be079c7ded77d9f1cf07a1b1721a438ce6d42fed1c210099"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v0.57.1/hugo_0.57.1_windows-32bit.zip",
|
|
"hash": "868d9812fdbcd0306b84dcdbff2b9b03fc98ddaede3df885aa10a00d5b34e158"
|
|
}
|
|
},
|
|
"bin": "hugo.exe",
|
|
"homepage": "https://gohugo.io",
|
|
"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"
|
|
}
|
|
}
|
|
}
|