mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 20:55:14 +00:00
17 lines
602 B
JSON
17 lines
602 B
JSON
{
|
|
"version": "2.0.2",
|
|
"description": "Data & models versioning for ML projects, make them shareable and reproducible",
|
|
"homepage": "https://dvc.org/",
|
|
"license": "Apache-2.0",
|
|
"url": "https://github.com/iterative/dvc/releases/download/2.0.2/dvc-2.0.2.exe",
|
|
"hash": "0d14424b7590a377c284c049f6d012d031f36efdae1820bb30360006d39b15ef",
|
|
"innosetup": true,
|
|
"bin": "dvc.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/iterative/dvc"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/iterative/dvc/releases/download/$version/dvc-$version.exe"
|
|
}
|
|
}
|