glide: Update to version 0.13.3

This commit is contained in:
Richard Kuhnt 2019-07-10 15:01:28 +00:00
parent f65d2549ec
commit c9681440de

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://glide.sh/", "homepage": "https://glide.sh/",
"license": "MIT", "license": "MIT",
"version": "0.13.2", "version": "0.13.3",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/Masterminds/glide/releases/download/v0.13.2/glide-v0.13.2-windows-amd64.zip", "url": "https://github.com/Masterminds/glide/releases/download/v0.13.3/glide-v0.13.3-windows-amd64.zip",
"hash": "bdbfbc3a42686b29659631c9d5880c47d468c54c41a4d2fe3015611528e837da", "hash": "1685157a4159be6dfeb7fefe414b3ef846770bb94a5a0355183339de237d9c29",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/Masterminds/glide/releases/download/v0.13.2/glide-v0.13.2-windows-386.zip", "url": "https://github.com/Masterminds/glide/releases/download/v0.13.3/glide-v0.13.3-windows-386.zip",
"hash": "0e472dd22c436cbd341abfde00e6cf9c649dee9a99e8419194f06bfe99babd15", "hash": "7a36089def218262d97b6102c716ecc5c8c4dccc864aa7257967cecaf0bc8bc0",
"extract_dir": "windows-386" "extract_dir": "windows-386"
} }
}, },