2022-07-28 13:05:51 +08:00

33 lines
1.2 KiB
JSON

{
"version": "0.13.3",
"description": "A package manager for Go that is conceptually similar to package managers for other languages.",
"homepage": "https://glide.sh/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Masterminds/glide/releases/download/v0.13.3/glide-v0.13.3-windows-amd64.zip",
"hash": "1685157a4159be6dfeb7fefe414b3ef846770bb94a5a0355183339de237d9c29",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/Masterminds/glide/releases/download/v0.13.3/glide-v0.13.3-windows-386.zip",
"hash": "7a36089def218262d97b6102c716ecc5c8c4dccc864aa7257967cecaf0bc8bc0",
"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"
}
}
}
}