mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "0.29",
|
|
"license": "https://github.com/spf13/hugo/blob/master/LICENSE.md",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/spf13/hugo/releases/download/v0.29/hugo_0.29_windows-64bit.zip",
|
|
"hash": "13ab1f4ac2f77f33566d6e3b39ee3de45b0d746734cfe430c4dc754444bcf569"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/spf13/hugo/releases/download/v0.29/hugo_0.29_windows-32bit.zip",
|
|
"hash": "e354f85797c8c47785a57c07ea6020accfaffe53403882a68496e17c533e8ae9"
|
|
}
|
|
},
|
|
"bin": "hugo.exe",
|
|
"homepage": "https://gohugo.io",
|
|
"checkver": {
|
|
"github": "https://github.com/spf13/hugo"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_$version_windows-64bit.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_$version_windows-32bit.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_checksums.txt"
|
|
}
|
|
}
|
|
}
|