mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
* dart@3.8.0: Remove 32bit installer sections The manifest was failing to update because Dart removed ia32 (32-bit) packages from 3.8.0 onwards. * dart@3.9.0 Update manifest to remove 32bit installer sections Dart removed ia32 (32-bit) packages from 3.8.0 onwards. This causes the manifest to not update.
29 lines
951 B
JSON
29 lines
951 B
JSON
{
|
|
"version": "3.9.0",
|
|
"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.9.0/sdk/dartsdk-windows-x64-release.zip",
|
|
"hash": "2ff493a784daa8d9d80380c47856e09830cf0e9b9a9ce0d86780769f40290604"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256sum"
|
|
}
|
|
}
|
|
}
|