summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>