{ "version": "3.2.1", "description": "SDK for the Dart programming language", "homepage": "https://dart.dev/", "license": "BSD-3-Clause", "extract_dir": "dart-sdk", "env_add_path": "bin", "architecture": { "64bit": { "url": "https://storage.googleapis.com/dart-archive/channels/stable/release/3.2.1/sdk/dartsdk-windows-x64-release.zip", "hash": "9d8363ccdc37ca03c03db31af92ed56408525dce007366645824c462ef058c07" }, "32bit": { "url": "https://storage.googleapis.com/dart-archive/channels/stable/release/3.2.1/sdk/dartsdk-windows-ia32-release.zip", "hash": "faeee9e254bcf916a706b5e37d50c7ae567c5329f96223899e5fc3684c90f427" } }, "checkver": { "url": "https://storage.googleapis.com/dart-archive/channels/stable/release/latest/VERSION", "jsonpath": "$.version" }, "autoupdate": { "architecture": { "64bit": { "url": "https://storage.googleapis.com/dart-archive/channels/stable/release/$version/sdk/dartsdk-windows-x64-release.zip" }, "32bit": { "url": "https://storage.googleapis.com/dart-archive/channels/stable/release/$version/sdk/dartsdk-windows-ia32-release.zip" } }, "hash": { "url": "$url.sha256sum" } } }