android-clt: Update to version 6609375

This commit is contained in:
Richard Kuhnt 2020-09-11 07:00:30 +00:00
parent ae842fd55e
commit 9a2a2cf95f

View File

@ -1,40 +1,40 @@
{ {
"version": "6609375", "version": "6609375",
"description": "The official Android command line tools", "description": "The official Android command line tools",
"homepage": "https://developer.android.com/studio#command-tools", "homepage": "https://developer.android.com/studio#command-tools",
"license": { "license": {
"identifier": "Freeware", "identifier": "Freeware",
"url": "https://developer.android.com/studio/terms.html" "url": "https://developer.android.com/studio/terms.html"
}, },
"notes": "You need to launch sdkmanager with --sdk_root=$env:ANDROID_SDK_ROOT.", "notes": "You need to launch sdkmanager with --sdk_root=$env:ANDROID_SDK_ROOT.",
"url": "https://dl.google.com/android/repository/commandlinetools-win-6609375_latest.zip", "url": "https://dl.google.com/android/repository/commandlinetools-win-6609375_latest.zip",
"hash": "40bba20275180194bebf89bb58c74d712bb93cc401f36bd2f8f32383acf9826c", "hash": "40bba20275180194bebf89bb58c74d712bb93cc401f36bd2f8f32383acf9826c",
"post_install": [ "post_install": [
"if (Test-Path \"$(appdir adb $global)\") {", "if (Test-Path \"$(appdir adb $global)\") {",
" New-Item \"$dir\\platform-tools\" -ItemType Junction -Target \"$(appdir adb $global)\\current\\platform-tools\" | Out-Null", " New-Item \"$dir\\platform-tools\" -ItemType Junction -Target \"$(appdir adb $global)\\current\\platform-tools\" | Out-Null",
"}" "}"
], ],
"env_add_path": "tools\\bin", "env_add_path": "tools\\bin",
"env_set": { "env_set": {
"ANDROID_SDK_ROOT": "$dir" "ANDROID_SDK_ROOT": "$dir"
}, },
"persist": [ "persist": [
"build-tools", "build-tools",
"emulator", "emulator",
"extras", "extras",
"licenses", "licenses",
"patcher", "patcher",
"platforms", "platforms",
"sources" "sources"
], ],
"checkver": { "checkver": {
"regex": "commandlinetools-win-(\\d+)" "regex": "commandlinetools-win-(\\d+)"
}, },
"autoupdate": { "autoupdate": {
"url": "https://dl.google.com/android/repository/commandlinetools-win-$version_latest.zip", "url": "https://dl.google.com/android/repository/commandlinetools-win-$version_latest.zip",
"hash": { "hash": {
"url": "https://developer.android.com/studio", "url": "https://developer.android.com/studio",
"find": "commandlinetools-win(?:.*\\n){3}.*<td>($sha256)" "find": "commandlinetools-win(?:.*\\n){3}.*<td>($sha256)"
} }
} }
} }