From 540c7ebce07e6379e9714e5dd75eab2251d1b038 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 29 Jul 2021 01:00:29 +0000 Subject: [PATCH] android-clt: Update to version 7583922 --- bucket/android-clt.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/android-clt.json b/bucket/android-clt.json index 2a4df8a5da..b1ea9a7f18 100644 --- a/bucket/android-clt.json +++ b/bucket/android-clt.json @@ -1,5 +1,5 @@ { - "version": "7302050", + "version": "7583922", "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-7302050_latest.zip", - "hash": "868dbb51a07b38c778f3500b1b8b1931221b33348c87c1e461eede9d2a88185f", + "url": "https://dl.google.com/android/repository/commandlinetools-win-7583922_latest.zip", + "hash": "f9e6f91743bcb1cc6905648ca751bc33975b0dd11b50d691c2085d025514278c", "post_install": [ "if (Test-Path \"$(appdir adb $global)\") {", " New-Item \"$dir\\platform-tools\" -ItemType Junction -Target \"$(appdir adb $global)\\current\\platform-tools\" | Out-Null",