From 572b91d617ab6639c0c100dc07ef6b28ac637426 Mon Sep 17 00:00:00 2001 From: r3g_5z Date: Fri, 10 Mar 2023 23:07:15 -0500 Subject: [PATCH] update listed command line tools --- static/build.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/build.html b/static/build.html index c8ac7604..81f5fc49 100644 --- a/static/build.html +++ b/static/build.html @@ -980,9 +980,9 @@ git checkout VERSION
mkdir -p ~/android/sdk/bootstrap
 cd ~/android/sdk/bootstrap
-curl -O https://dl.google.com/android/repository/commandlinetools-linux-9123335_latest.zip
-echo '0bebf59339eaa534f4217f8aa0972d14dc49e7207be225511073c661ae01da0a  commandlinetools-linux-9123335_latest.zip' | sha256sum -c
-unzip unzip commandlinetools-linux-9123335_latest.zip
+curl -O https://dl.google.com/android/repository/commandlinetools-linux-9477386_latest.zip
+echo 'bd1aa17c7ef10066949c88dc6c9c8d536be27f992a1f3b5a584f9bd2ba5646a0  commandlinetools-linux-9477386_latest.zip' | sha256sum -c
+unzip commandlinetools-linux-9477386_latest.zip
 cmdline-tools/bin/sdkmanager 'cmdline-tools;latest' --sdk_root=$HOME/android/sdk
 cd ..
 rm -r bootstrap