mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-05 15:01:20 +00:00
some sleuthing brought me to https://github.com/iterative/dvc-exe/blob/main/upload.py - also see Windows dl link on homepage
17 lines
603 B
JSON
17 lines
603 B
JSON
{
|
|
"version": "3.4.0",
|
|
"description": "Data & models versioning for ML projects, make them shareable and reproducible",
|
|
"homepage": "https://dvc.org/",
|
|
"license": "Apache-2.0",
|
|
"url": "https://s3-us-east-2.amazonaws.com/dvc-public/dvc-pkgs/exe/dvc-3.4.0.exe",
|
|
"hash": "c754d088928cfe0faa21e18be271a6832ada5698527b8c77cab0f07f78a01686",
|
|
"innosetup": true,
|
|
"bin": "dvc.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/iterative/dvc"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://s3-us-east-2.amazonaws.com/dvc-public/dvc-pkgs/exe/dvc-$version.exe"
|
|
}
|
|
}
|