summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-10-19 23:47:32 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-10-19 23:47:32 -0400
commitab900e025e179cb38aa07534002ddcbbed3a4049 (patch)
tree53ff5771fed910f43b167eb70398fbeb59ef38ba
parent24d9e2125ac4362810d6bd9c054c7d5e48daf7dc (diff)
fix darwin platform-tools zip name
-rw-r--r--static/install/cli.html4
1 files 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</pre>
<p>To download, verify and extract the standalone platform-tools on macOS:</p>
- <pre>curl -O https://dl.google.com/android/repository/d027ce0f9f214a4bd575a73786b44d8ccf7e7516.platform-tools_r31.0.3-darwin.zip
+ <pre>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</pre>
+tar xvf e8b2b4cbe47c728c1e54c5f524440b52d4e1a33c.platform-tools_r31.0.3-darwin.zip</pre>
<p>To download, verify and extract the standalone platform-tools on Windows:</p>