Update glide to version 0.13.0 (#1769)

This commit is contained in:
Brandon Smith 2017-10-16 23:53:39 -04:00 committed by Richard Kuhnt
parent 97c6889f7e
commit 9ff631cdfd

View File

@ -1,21 +1,31 @@
{ {
"homepage": "https://glide.sh/", "homepage": "https://glide.sh/",
"license": "https://github.com/Masterminds/glide/blob/master/LICENSE", "license": "https://github.com/Masterminds/glide/blob/master/LICENSE",
"version": "0.12.3", "version": "0.13.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/Masterminds/glide/releases/download/v0.12.3/glide-v0.12.3-windows-amd64.zip", "url": "https://github.com/Masterminds/glide/releases/download/v0.13.0/glide-v0.13.0-windows-amd64.zip",
"hash": "5F10BC68D533269315B510DEA924724A0989598C43228B1D69ED7308B2E80406", "hash": "269464cb1df52898a21b829627a515b813cbdcddd80eac17fa23b9c3820bc6f3",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/Masterminds/glide/releases/download/v0.12.3/glide-v0.12.3-windows-386.zip", "url": "https://github.com/Masterminds/glide/releases/download/v0.13.0/glide-v0.13.0-windows-386.zip",
"hash": "6A9082A55F1605EF75EA6862E4849D581D8883E9BF1A76872434928AEA71DE38", "hash": "74feb945f769b083228cb843024cd52e630d286b582050041cff124715369da9",
"extract_dir": "windows-386" "extract_dir": "windows-386"
} }
}, },
"bin": "glide.exe", "bin": "glide.exe",
"checkver": { "checkver": {
"github": "https://github.com/Masterminds/glide" "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"
}
}
} }
} }