mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-10 01:11:19 +00:00
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://github.com/golang/dep",
|
|
"description": "Go dependency management tool",
|
|
"version": "0.5.3",
|
|
"license": "BSD-3-Clause",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/golang/dep/releases/download/v0.5.3/dep-windows-amd64.exe#/dep.exe",
|
|
"hash": "0c2cc37243b42853090096a7692b1c93eea7c4e646a98891cffa77bd13617fe2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/golang/dep/releases/download/v0.5.3/dep-windows-386.exe#/dep.exe",
|
|
"hash": "3a7b962ffd06706e986d462c276cf170603d9e90d10f8b85a6cfa9256e47fa9b"
|
|
}
|
|
},
|
|
"bin": [
|
|
[
|
|
"dep.exe",
|
|
"dep"
|
|
]
|
|
],
|
|
"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"
|
|
}
|
|
}
|
|
}
|