ScoopInstaller_Main/glide.json
2017-11-07 21:00:47 +00:00

32 lines
1.2 KiB
JSON

{
"homepage": "https://glide.sh/",
"license": "https://github.com/Masterminds/glide/blob/master/LICENSE",
"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"
}
}
}
}