ScoopInstaller_Main/glide.json
2017-10-17 05:53:39 +02:00

32 lines
1.2 KiB
JSON

{
"homepage": "https://glide.sh/",
"license": "https://github.com/Masterminds/glide/blob/master/LICENSE",
"version": "0.13.0",
"architecture": {
"64bit": {
"url": "https://github.com/Masterminds/glide/releases/download/v0.13.0/glide-v0.13.0-windows-amd64.zip",
"hash": "269464cb1df52898a21b829627a515b813cbdcddd80eac17fa23b9c3820bc6f3",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/Masterminds/glide/releases/download/v0.13.0/glide-v0.13.0-windows-386.zip",
"hash": "74feb945f769b083228cb843024cd52e630d286b582050041cff124715369da9",
"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"
}
}
}
}