Jakub Čábera 907ba3d65f tflint: Update to version 0.23.1
format [c-d]*
2021-01-10 21:44:20 +01:00

32 lines
1.1 KiB
JSON

{
"version": "0.5.4",
"description": "Go dependency management tool",
"homepage": "https://github.com/golang/dep",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/golang/dep/releases/download/v0.5.4/dep-windows-amd64.exe#/dep.exe",
"hash": "61e542fcf5aeba57129387f3ff1dae006c13a6f09fbe1ffc2e9867a4555cee1d"
},
"32bit": {
"url": "https://github.com/golang/dep/releases/download/v0.5.4/dep-windows-386.exe#/dep.exe",
"hash": "b4b2157cf6cec9c5ed03e30e9e1c1fce61c3ad9178b16942ea349cbb7dbce4b3"
}
},
"bin": "dep.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/golang/dep/releases/download/v$version/dep-windows-amd64.exe#/dep.exe"
},
"32bit": {
"url": "https://github.com/golang/dep/releases/download/v$version/dep-windows-386.exe#/dep.exe"
}
},
"hash": {
"url": "$url.sha256"
}
}
}