mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
23 lines
966 B
JSON
23 lines
966 B
JSON
{
|
|
"version": "29.0.5",
|
|
"homepage": "https://developer.android.com/studio/releases/platform-tools.html",
|
|
"description": "Android SDK platform-tools includes tools that interface with the Android platform, such as adb, fastboot, and systrace",
|
|
"license": {
|
|
"identifier": "Freeware",
|
|
"url": "https://developer.android.com/studio/releases/platform-tools.html#downloads"
|
|
},
|
|
"url": "https://dl.google.com/android/repository/platform-tools_r29.0.5-windows.zip",
|
|
"hash": "2df06160056ec9a84c7334af2a1e42740befbb1a2e34370e7af544a2cc78152c",
|
|
"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"
|
|
}
|
|
}
|