Skip to content

Commit b6c9edb

Browse files
authored
Correct typo in mdns-discovery archive checksum (#1448)
A typo in the checksum definition for the arm-linux-gnueabihf host version of the mdns-discovery tool caused installation to fail on that target: Installing builtin:mdns-discovery@0.9.2... Error initializing instance: installing builtin:mdns-discovery@0.9.2 tool: Cannot install tool builtin:mdns-discovery@0.9.2: testing local archive integrity: testing archive checksum: invalid checksum format: SHA-256cc1096936abddb21af23fa10c435e8e9e37ec9df2c3d2c41d265d466b03de0af
1 parent c1ce019 commit b6c9edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/bundled_tools_mdns_discovery.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ var (
8383
ArchiveFileName: fmt.Sprintf("mdns-discovery_%s_Linux_ARMv6.tar.bz2", mdnsDiscoveryVersion),
8484
URL: fmt.Sprintf("https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_%s_Linux_ARMv6.tar.gz", mdnsDiscoveryVersion),
8585
Size: 2321304,
86-
Checksum: "SHA-256cc1096936abddb21af23fa10c435e8e9e37ec9df2c3d2c41d265d466b03de0af",
86+
Checksum: "SHA-256:cc1096936abddb21af23fa10c435e8e9e37ec9df2c3d2c41d265d466b03de0af",
8787
CachePath: "tools",
8888
},
8989
},

0 commit comments

Comments
 (0)