{
    "version": "3.9.0-138.0.dev",
    "description": "The libraries and command-line tools that you need to develop Dart web, command-line, and server apps",
    "homepage": "https://www.dartlang.org/",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://storage.googleapis.com/dart-archive/channels/dev/release/3.9.0-138.0.dev/sdk/dartsdk-windows-x64-release.zip",
            "hash": "5246a8af699eb0f5c4992a9aca15709761e079231a450581f7a630aaf55e6187"
        },
        "32bit": {
            "url": "https://storage.googleapis.com/dart-archive/channels/dev/release/3.9.0-138.0.dev/sdk/dartsdk-windows-ia32-release.zip",
            "hash": "52b7c76437230adc1a9f435e4a2fbb2fd58b4daed6a4ea989f0fed08344a5601"
        }
    },
    "extract_dir": "dart-sdk",
    "env_add_path": "bin",
    "checkver": {
        "url": "https://storage.googleapis.com/dart-archive/channels/dev/release/latest/VERSION",
        "regex": "\"version\":\\s*\"(.*)\","
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://storage.googleapis.com/dart-archive/channels/dev/release/$version/sdk/dartsdk-windows-x64-release.zip"
            },
            "32bit": {
                "url": "https://storage.googleapis.com/dart-archive/channels/dev/release/$version/sdk/dartsdk-windows-ia32-release.zip"
            }
        },
        "hash": {
            "url": "$url.sha256sum"
        }
    }
}
