ScoopInstaller_Main/glide.json
Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

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"
}
}
}
}