mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 12:41:21 +00:00
23 lines
955 B
JSON
23 lines
955 B
JSON
{
|
|
"version": "34.0.1",
|
|
"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.html",
|
|
"license": {
|
|
"identifier": "Freeware",
|
|
"url": "https://developer.android.com/studio/releases/platform-tools.html#downloads"
|
|
},
|
|
"url": "https://dl.google.com/android/repository/platform-tools_r34.0.1-windows.zip",
|
|
"hash": "5dd9c2be744c224fa3a7cbe30ba02d2cb378c763bd0f797a7e47e9f3156a5daa",
|
|
"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"
|
|
}
|
|
}
|