From 01d1b2d196162cb49275bc5c4a2f61812c59e788 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 11 May 2020 22:57:01 -0400 Subject: [PATCH] fix macOS platform-tools verification string --- static/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/install.html b/static/install.html index b3c772ea..297dec81 100644 --- a/static/install.html +++ b/static/install.html @@ -159,7 +159,7 @@ unzip platform-tools_r30.0.0-linux.zip

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

curl -O https://dl.google.com/android/repository/platform-tools_r30.0.0-darwin.zip
-echo 'SHA256 (platform-tools_r30.0.0-linux.zip) = f05b3d78def516d6fdf64be1caa1e1698e482b3adcf54a48dfaf9c972ddbd18e' | shasum -c
+echo 'SHA256 (platform-tools_r30.0.0-darwin.zip) = 74f3fd31032163c9d83383c266fcecf35a22b86986a7949572737b1aaf91715b' | shasum -c
 tar xf platform-tools_r30.0.0-darwin.zip

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