mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
22 lines
902 B
JSON
22 lines
902 B
JSON
{
|
|
"version": "35.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",
|
|
"license": {
|
|
"identifier": "Freeware",
|
|
"url": "https://developer.android.com/studio/releases/platform-tools#downloads"
|
|
},
|
|
"url": "https://dl.google.com/android/repository/platform-tools_r35.0.0-windows.zip",
|
|
"hash": "7ab78a8f8b305ae4d0de647d99c43599744de61a0838d3a47bda0cdffefee87e",
|
|
"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-windows.zip"
|
|
}
|
|
}
|