mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 07:41:20 +00:00
23 lines
955 B
JSON
23 lines
955 B
JSON
{
|
|
"version": "34.0.0",
|
|
"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.html",
|
|
"license": {
|
|
"identifier": "Freeware",
|
|
"url": "https://developer.android.com/studio/releases/platform-tools.html#downloads"
|
|
},
|
|
"url": "https://dl.google.com/android/repository/platform-tools_r34.0.0-windows.zip",
|
|
"hash": "ae647ea7243f32e1735b8c52201c48a426cd756b65eaa15f47063c3579191001",
|
|
"bin": [
|
|
"platform-tools\\adb.exe",
|
|
"platform-tools\\dmtracedump.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-windows.zip"
|
|
}
|
|
}
|