From 9a2a2cf95f1e8ebc44cf568d493b358dfffa386a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 11 Sep 2020 07:00:30 +0000 Subject: [PATCH] android-clt: Update to version 6609375 --- bucket/android-clt.json | 80 ++++++++++++++++++++--------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/bucket/android-clt.json b/bucket/android-clt.json index 5aaa7e2a42..c811c71957 100644 --- a/bucket/android-clt.json +++ b/bucket/android-clt.json @@ -1,40 +1,40 @@ -{ - "version": "6609375", - "description": "The official Android command line tools", - "homepage": "https://developer.android.com/studio#command-tools", - "license": { - "identifier": "Freeware", - "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", - "post_install": [ - "if (Test-Path \"$(appdir adb $global)\") {", - " New-Item \"$dir\\platform-tools\" -ItemType Junction -Target \"$(appdir adb $global)\\current\\platform-tools\" | Out-Null", - "}" - ], - "env_add_path": "tools\\bin", - "env_set": { - "ANDROID_SDK_ROOT": "$dir" - }, - "persist": [ - "build-tools", - "emulator", - "extras", - "licenses", - "patcher", - "platforms", - "sources" - ], - "checkver": { - "regex": "commandlinetools-win-(\\d+)" - }, - "autoupdate": { - "url": "https://dl.google.com/android/repository/commandlinetools-win-$version_latest.zip", - "hash": { - "url": "https://developer.android.com/studio", - "find": "commandlinetools-win(?:.*\\n){3}.*($sha256)" - } - } -} +{ + "version": "6609375", + "description": "The official Android command line tools", + "homepage": "https://developer.android.com/studio#command-tools", + "license": { + "identifier": "Freeware", + "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", + "post_install": [ + "if (Test-Path \"$(appdir adb $global)\") {", + " New-Item \"$dir\\platform-tools\" -ItemType Junction -Target \"$(appdir adb $global)\\current\\platform-tools\" | Out-Null", + "}" + ], + "env_add_path": "tools\\bin", + "env_set": { + "ANDROID_SDK_ROOT": "$dir" + }, + "persist": [ + "build-tools", + "emulator", + "extras", + "licenses", + "patcher", + "platforms", + "sources" + ], + "checkver": { + "regex": "commandlinetools-win-(\\d+)" + }, + "autoupdate": { + "url": "https://dl.google.com/android/repository/commandlinetools-win-$version_latest.zip", + "hash": { + "url": "https://developer.android.com/studio", + "find": "commandlinetools-win(?:.*\\n){3}.*($sha256)" + } + } +}