mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-19 01:55:15 +00:00
17 lines
602 B
JSON
17 lines
602 B
JSON
{
|
|
"version": "1.8.0",
|
|
"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/1.8.0/dvc-1.8.0.exe",
|
|
"hash": "dea2addf5da386af67249a5bf1346599f847c22340cd06b536629ea02697caab",
|
|
"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"
|
|
}
|
|
}
|