From a702eb20544306064b7e2c797e177323adfc2826 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 17 Sep 2020 14:19:30 -0400 Subject: [PATCH] update platform-tools releases --- static/install.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/static/install.html b/static/install.html index 3ad525e5..b22ff806 100644 --- a/static/install.html +++ b/static/install.html @@ -152,21 +152,21 @@

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

-
curl -O https://dl.google.com/android/repository/platform-tools_r30.0.3-linux.zip
-echo '19c74e779f3d81f15ba21207ec405439416d99330c3f5a337dab6d58ea20b465 platform-tools_r30.0.3-linux.zip' | sha256sum -c
-unzip platform-tools_r30.0.3-linux.zip
+
curl -O https://dl.google.com/android/repository/platform-tools_r30.0.4-linux.zip
+echo '5be24ed897c7e061ba800bfa7b9ebb4b0f8958cc062f4b2202701e02f2725891  platform-tools_r30.0.4-linux.zip' | sha256sum -c
+unzip platform-tools_r30.0.4-linux.zip

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

-
curl -O https://dl.google.com/android/repository/73f3f0b3034f61563f787bef8ebf51f38df457de.platform-tools_r30.0.3-darwin.zip
-echo 'SHA256 (73f3f0b3034f61563f787bef8ebf51f38df457de.platform-tools_r30.0.3-darwin.zip) = 5c533cd87a2024f52b08877eaceea6f32bf2289d8453056f259d86dafbf622a4' | shasum -c
+            
curl -O https://dl.google.com/android/repository/fbad467867e935dce68a0296b00e6d1e76f15b15.platform-tools_r30.0.4-darwin.zip
+echo 'SHA256 (fbad467867e935dce68a0296b00e6d1e76f15b15.platform-tools_r30.0.4-darwin.zip) = e0db2bdc784c41847f854d6608e91597ebc3cef66686f647125f5a046068a890' | shasum -c
 tar xvf 73f3f0b3034f61563f787bef8ebf51f38df457de.platform-tools_r30.0.3-darwin.zip

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

-
curl.exe -O https://dl.google.com/android/repository/platform-tools_r30.0.3-windows.zip
-(Get-FileHash platform-tools_r30.0.3-windows.zip).hash -eq "5c8fb6d72da581baa608a38853d05aeeaf920f2ac9ca2cb463d9fd62acb0871b"
-tar xvf platform-tools_r30.0.3-windows.zip
+
curl.exe -O https://dl.google.com/android/repository/platform-tools_r30.0.4-windows.zip
+(Get-FileHash platform-tools_r30.0.4-windows.zip).hash -eq "413182fff6c5957911e231b9e97e6be4fc6a539035e3dfb580b5c54bd5950fee"
+tar xvf platform-tools_r30.0.4-windows.zip

Next, add the tools to your PATH in the current shell so they can be used without referencing them by file path, enabling usage by the flashing script.