Skip to content

Commit dab7a6e

Browse files
committed
update standalone platform-tools to 31.0.3
1 parent 5716618 commit dab7a6e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

static/install/cli.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -231,21 +231,21 @@ <h3><a href="#standalone-platform-tools">Standalone platform-tools</a></h3>
231231
Ubuntu:</p>
232232

233233
<pre>sudo apt install libarchive-tools
234-
curl -O https://dl.google.com/android/repository/platform-tools_r31.0.2-linux.zip
235-
echo 'cdde800a61766679abc5771596225b4e0081d01b20ffea51bde26c488bcbc677 platform-tools_r31.0.2-linux.zip' | sha256sum -c
236-
bsdtar xvf platform-tools_r31.0.2-linux.zip</pre>
234+
curl -O https://dl.google.com/android/repository/platform-tools_r31.0.3-linux.zip
235+
echo 'e6cb61b92b5669ed6fd9645fad836d8f888321cd3098b75588a54679c204b7dc platform-tools_r31.0.3-linux.zip' | sha256sum -c
236+
bsdtar xvf platform-tools_r31.0.3-linux.zip</pre>
237237

238238
<p>To download, verify and extract the standalone platform-tools on macOS:</p>
239239

240-
<pre>curl -O https://dl.google.com/android/repository/d027ce0f9f214a4bd575a73786b44d8ccf7e7516.platform-tools_r31.0.2-darwin.zip
241-
echo 'SHA256 (d027ce0f9f214a4bd575a73786b44d8ccf7e7516.platform-tools_r31.0.2-darwin.zip) = ab9dbab873fff677deb2cfd95ea60b9295ebd53b58ec8533e9e1110b2451e540' | shasum -c
242-
tar xvf d027ce0f9f214a4bd575a73786b44d8ccf7e7516.platform-tools_r31.0.2-darwin.zip</pre>
240+
<pre>curl -O https://dl.google.com/android/repository/d027ce0f9f214a4bd575a73786b44d8ccf7e7516.platform-tools_r31.0.3-darwin.zip
241+
echo 'SHA256 (e8b2b4cbe47c728c1e54c5f524440b52d4e1a33c.platform-tools_r31.0.3-darwin.zip) = 773c08cfa31cec1bb4568ce5b374366e6310a5ffc21875024604a0f65bc831b1' | shasum -c
242+
tar xvf d027ce0f9f214a4bd575a73786b44d8ccf7e7516.platform-tools_r31.0.3-darwin.zip</pre>
243243

244244
<p>To download, verify and extract the standalone platform-tools on Windows:</p>
245245

246-
<pre>curl -O https://dl.google.com/android/repository/platform-tools_r31.0.2-windows.zip
247-
(Get-FileHash platform-tools_r31.0.2-windows.zip).hash -eq "d560cb8ded83ae04763b94632673481f14843a5969256569623cfeac82db4ba5"
248-
tar xvf platform-tools_r31.0.2-windows.zip</pre>
246+
<pre>curl -O https://dl.google.com/android/repository/platform-tools_r31.0.3-windows.zip
247+
(Get-FileHash platform-tools_r31.0.3-windows.zip).hash -eq "0f4b8fdd26af2c3733539d6eebb3c2ed499ea1d4bb1f4e0ecc2d6016961a6e24"
248+
tar xvf platform-tools_r31.0.3-windows.zip</pre>
249249

250250
<p>Next, add the tools to your <code>PATH</code> in the current shell so they can be
251251
used without referencing them by file path, enabling usage by the flashing script.</p>
@@ -271,7 +271,7 @@ <h2><a href="#checking-fastboot-version">Checking fastboot version</a></h2>
271271
<p>Example of the output after following the instructions above for the
272272
standalone platform-tools:</p>
273273

274-
<pre>fastboot version 31.0.2-7242960
274+
<pre>fastboot version 31.0.3-7562133
275275
Installed as /home/username/platform-tools/fastboot</pre>
276276
</section>
277277

0 commit comments

Comments
 (0)