Jakub Čábera fa56341c2e yq: Update to version 4.1.0
apimtemplate: Fix extraction
format a*
2020-12-26 08:35:32 +01:00

23 lines
966 B
JSON

{
"version": "30.0.5",
"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_r30.0.5-windows.zip",
"hash": "549ba2bdc31f335eb8a504f005f77606a479cc216d6b64a3e8b64c780003661f",
"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"
}
}