mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 15:11:21 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://glide.sh/",
|
|
"license": "MIT",
|
|
"version": "0.13.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Masterminds/glide/releases/download/v0.13.1/glide-v0.13.1-windows-amd64.zip",
|
|
"hash": "2fbb060eda5b70022140a47bbf847056a9a561ad1098e9bfa9b36a6faa9957c6",
|
|
"extract_dir": "windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Masterminds/glide/releases/download/v0.13.1/glide-v0.13.1-windows-386.zip",
|
|
"hash": "93ece1cfc0aa884f3bbdb3e758b7f58973d4104f925daa893d6d2a100411848f",
|
|
"extract_dir": "windows-386"
|
|
}
|
|
},
|
|
"bin": "glide.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/Masterminds/glide"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Masterminds/glide/releases/download/v$version/glide-v$version-windows-amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Masterminds/glide/releases/download/v$version/glide-v$version-windows-386.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|