Skip to content

Commit 240925d

Browse files
committed
fix(cli-manager): update Windows CLI checksum for version 25.5.0
The checksum for studio-cli.exe.gz version 25.5.0 was updated by WindRiver. Updated the expected checksum from: 0b17cd85f7d5d2ad65674375da290654e44b2d70 to the actual checksum: d47982ab039ee94243a4496fb48638b849577d62 This fixes the test_windriver_studio_mcp_integration test failure on Windows CI runners.
1 parent b2fb2e6 commit 240925d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studio-cli-manager/src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ impl VersionManager {
134134
match (version, platform) {
135135
// Latest versions (2025)
136136
("25.5.0", "linux") => "87cc0e241e8aa21d2520d8fa939e2efa906cd7a6".to_string(),
137-
("25.5.0", "windows") => "0b17cd85f7d5d2ad65674375da290654e44b2d70".to_string(),
137+
("25.5.0", "windows") => "d47982ab039ee94243a4496fb48638b849577d62".to_string(),
138138
("25.5.0", "macos") => "8c1e88adb22581a8f7196cabfcc122228521a0e4".to_string(),
139139
("25.1.0", "linux") => "42503e57c20a6d69650b7c8284f161d60b8b43cc".to_string(),
140140
("25.1.0", "windows") => "f9c5c6bc62c339b4a5bf6d04299696121b48f39f".to_string(),

0 commit comments

Comments
 (0)