From 17c82c3d03a1d2c722621bca05e045793ef045d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Achim=20G=C3=A4dke?= Date: Sat, 8 Jul 2023 01:09:51 +1200 Subject: [PATCH] dvc: Update to version 3.4.0 (#4931) some sleuthing brought me to https://github.com/iterative/dvc-exe/blob/main/upload.py - also see Windows dl link on homepage --- bucket/dvc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/dvc.json b/bucket/dvc.json index 00ac5008c2..3bf90d48bc 100644 --- a/bucket/dvc.json +++ b/bucket/dvc.json @@ -1,16 +1,16 @@ { - "version": "3.1.0", + "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://github.com/iterative/dvc/releases/download/3.1.0/dvc-3.1.0.exe", - "hash": "5d20788ee8204dce987fc20dd2c3bfb9b24991ef8cc65a297944acd359801d1d", + "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://github.com/iterative/dvc/releases/download/$version/dvc-$version.exe" + "url": "https://s3-us-east-2.amazonaws.com/dvc-public/dvc-pkgs/exe/dvc-$version.exe" } }