mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
23 lines
966 B
JSON
23 lines
966 B
JSON
{
|
|
"version": "33.0.0",
|
|
"description": "Android SDK platform-tools includes tools that interface with the Android platform, such as adb, fastboot, and systrace",
|
|
"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_r33.0.0-windows.zip",
|
|
"hash": "d1d35a4cff93d1aa162d24828d1477c000c9e8e9fb2c8b908cd3e2c3a668b837",
|
|
"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"
|
|
}
|
|
}
|