android-clt: Update to version 6858069

This commit is contained in:
Richard Kuhnt 2020-10-21 19:00:34 +00:00
parent 38d768b706
commit e338305528

View File

@ -1,5 +1,5 @@
{
"version": "6609375",
"version": "6858069",
"description": "The official Android command line tools",
"homepage": "https://developer.android.com/studio#command-tools",
"license": {
@ -7,8 +7,8 @@
"url": "https://developer.android.com/studio/terms.html"
},
"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",
"hash": "40bba20275180194bebf89bb58c74d712bb93cc401f36bd2f8f32383acf9826c",
"url": "https://dl.google.com/android/repository/commandlinetools-win-6858069_latest.zip",
"hash": "d2f6c9bb7db0362995c0b8dd2fd5949ce23c1dccb7f9392350b5e29b6d5fec7d",
"post_install": [
"if (Test-Path \"$(appdir adb $global)\") {",
" New-Item \"$dir\\platform-tools\" -ItemType Junction -Target \"$(appdir adb $global)\\current\\platform-tools\" | Out-Null",