Brian Peiris ac41914664 Add some missing descriptions (#2926)
* Update acmesharp.json

* Update adb.json

* Update ammonite.json

* Update ant.json

* Update apache.json

* Update axel.json

* Update bazel.json

* Update bfg.json

* Update blink1-tool.json

* Update busybox.json

* Update cacert.json

* Update composer.json

* Update dart.json

* Update dep.json

* Update devd.json

* Update diffutils.json

* Update dig.json

* Update digdag.json

* Update dirhash.json

* Update docfx.json

* Update docker-compose.json

* Update docker-machine.json

* Update docker.json

* Update dosbox.json

* Update dotnet-sdk.json

* Update dotnet.json
2018-12-26 13:07:05 -08:00

36 lines
1.3 KiB
JSON

{
"version": "2.1.0",
"license": "BSD-3-Clause",
"homepage": "https://www.dartlang.org/",
"description": "SDK for the Dart programming language",
"extract_dir": "dart-sdk",
"env_add_path": "bin",
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/2.1.0/sdk/dartsdk-windows-x64-release.zip",
"hash": "39a3defe158b53dd3092da44b78a5adf2daba3b826a469481c67febb63ecb4ab"
},
"32bit": {
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/2.1.0/sdk/dartsdk-windows-ia32-release.zip",
"hash": "11e6f45c8a8180f64fa2cc5fb10e00f91e72ac35b24c1ec1bbae33a22a5dd3b3"
}
},
"checkver": {
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/latest/VERSION",
"jp": "$.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"
}
}
}