mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 07:06:23 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://github.com/golang/dep",
|
|
"version": "0.5.0",
|
|
"license": "BSD-3-Clause",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/golang/dep/releases/download/v0.5.0/dep-windows-amd64.exe#/dep.exe",
|
|
"hash": "9cd5925582a0291f44281d09e3b1ddb8c555a3dd5097fabca1a5ebd3202de88b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/golang/dep/releases/download/v0.5.0/dep-windows-386.exe#/dep.exe",
|
|
"hash": "d106a371fed8ccf79ad1c5c2f0046731351c612003ab8ec8037e9420634a9668"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|