mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
23 lines
945 B
JSON
23 lines
945 B
JSON
{
|
|
"version": "34.0.4",
|
|
"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_r34.0.4-windows.zip",
|
|
"hash": "520a453af1d0baf1939a80038a816cb8de40d000542b1a71bf60ba6fc80784d9",
|
|
"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"
|
|
}
|
|
}
|