mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
17 lines
605 B
JSON
17 lines
605 B
JSON
{
|
|
"homepage": "https://dvc.org/",
|
|
"description": "Data & models versioning for ML projects, make them shareable and reproducible",
|
|
"license": "Apache-2.0",
|
|
"version": "0.35.7",
|
|
"url": "https://github.com/iterative/dvc/releases/download/0.35.7/dvc-0.35.7.exe",
|
|
"hash": "a754d81e2d30ad731a01398e4d6be83b6313935f584ad4b084a2fe57b2d7a446",
|
|
"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"
|
|
}
|
|
}
|