mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
22 lines
894 B
JSON
22 lines
894 B
JSON
{
|
|
"version": "36.0.2",
|
|
"description": "Android SDK platform-tools includes tools that interface with the Android platform, such as adb and fastboot",
|
|
"homepage": "https://developer.android.com/studio/releases/platform-tools",
|
|
"license": {
|
|
"identifier": "Freeware",
|
|
"url": "https://developer.android.com/studio/releases/platform-tools#downloads"
|
|
},
|
|
"url": "https://dl.google.com/android/repository/platform-tools_r36.0.2-win.zip",
|
|
"hash": "b024d4f319d6ad3004de1ba7b96a5c7c5f3512e8b14126308d598b4ab93dcead",
|
|
"bin": [
|
|
"platform-tools\\adb.exe",
|
|
"platform-tools\\etc1tool.exe",
|
|
"platform-tools\\fastboot.exe",
|
|
"platform-tools\\hprof-conv.exe"
|
|
],
|
|
"checkver": "<h4.*>([\\d.]+) \\(.*\\)</h4>",
|
|
"autoupdate": {
|
|
"url": "https://dl.google.com/android/repository/platform-tools_r$version-win.zip"
|
|
}
|
|
}
|