From ab900e025e179cb38aa07534002ddcbbed3a4049 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 19 Oct 2021 23:47:32 -0400 Subject: [PATCH] fix darwin platform-tools zip name --- static/install/cli.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/install/cli.html b/static/install/cli.html index 61f27ca5..bdd01b1f 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -239,9 +239,9 @@ bsdtar xvf platform-tools_r31.0.3-linux.zip

To download, verify and extract the standalone platform-tools on macOS:

-
curl -O https://dl.google.com/android/repository/d027ce0f9f214a4bd575a73786b44d8ccf7e7516.platform-tools_r31.0.3-darwin.zip
+                    
curl -O https://dl.google.com/android/repository/e8b2b4cbe47c728c1e54c5f524440b52d4e1a33c.platform-tools_r31.0.3-darwin.zip
 echo 'SHA256 (e8b2b4cbe47c728c1e54c5f524440b52d4e1a33c.platform-tools_r31.0.3-darwin.zip) = 773c08cfa31cec1bb4568ce5b374366e6310a5ffc21875024604a0f65bc831b1' | shasum -c
-tar xvf d027ce0f9f214a4bd575a73786b44d8ccf7e7516.platform-tools_r31.0.3-darwin.zip
+tar xvf e8b2b4cbe47c728c1e54c5f524440b52d4e1a33c.platform-tools_r31.0.3-darwin.zip

To download, verify and extract the standalone platform-tools on Windows: