mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 14:31:35 +00:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"version": "0.42.1",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/spf13/hugo/releases/download/v0.42.1/hugo_0.42.1_windows-64bit.zip",
|
|
"hash": "af90c6f269992a83bd5a6865c053ae2a58a0562f928061b064602ea5646937ed"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/spf13/hugo/releases/download/v0.42.1/hugo_0.42.1_windows-32bit.zip",
|
|
"hash": "ea67f201bf589b522b5303ef3825a1a19ffe0273c930fa0aa1ac2e31be7d9b1a"
|
|
}
|
|
},
|
|
"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_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|