mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
19 lines
815 B
JSON
19 lines
815 B
JSON
{
|
|
"version": "28.0.2",
|
|
"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",
|
|
"url": "https://dl.google.com/android/repository/platform-tools_r28.0.2-windows.zip",
|
|
"hash": "6a721560633babebc74f9330d7184a23d74d18b835cc769f81bbf977575b3800",
|
|
"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"
|
|
}
|
|
}
|