@@ -4,37 +4,37 @@ import 'package:sentry_dart_plugin/src/cli/sources.dart';
44
55import 'host_platform.dart' ;
66
7- const _version = '2.52 .0' ;
7+ const _version = '2.58 .0' ;
88
99final currentCLISources = {
1010 HostPlatform .darwinUniversal: CLISource (
1111 'sentry-cli-Darwin-universal' ,
1212 _version,
13- 'd2e49a13bc253044dd8bc4bc822ca255ad8b3353488378e6ded1d5483cfad835 ' ,
13+ 'b23b628f2d000898cbc8b323339218134e0856b0dfa2491c0328c09a27b02e69 ' ,
1414 ),
1515 HostPlatform .linuxAarch64: CLISource (
1616 'sentry-cli-Linux-aarch64' ,
1717 _version,
18- '1db6a70093828bd3a017f585a2717e83ffb01f2aee671900669ae49de5261c4f ' ,
18+ '4ee4e5341ae3366a5e629ab7bebe3465f1443e7acc5daa6e808ce2ded0a412ba ' ,
1919 ),
2020 HostPlatform .linuxArmv7: CLISource (
2121 'sentry-cli-Linux-armv7' ,
2222 _version,
23- 'befa94bb905487b58c7914ccd8ab137407b782f45b7d3ceb2f269fc94375e4c7 ' ,
23+ 'be88fa9943072618f1c3ca785f447a2c1c6dbd800897ad64405bf91bd1af254c ' ,
2424 ),
2525 HostPlatform .linux64bit: CLISource (
2626 'sentry-cli-Linux-x86_64' ,
2727 _version,
28- '6149cf765590ef5adf2e8bc47ca236ba9100b38d600dd148b3bc435693c7e6a5 ' ,
28+ '735b266c50b44735167292fef65c5889737f3a4d9f8150937e6d454217ca741d ' ,
2929 ),
3030 HostPlatform .windows32bit: CLISource (
3131 'sentry-cli-Windows-i686.exe' ,
3232 _version,
33- '0b6937ee44415120344815fc7f356659477d6a91ca8b5af11be26e9426605c92 ' ,
33+ '90c431804200c4bb600dd94667c0bd33bd33e486185cce3d168d65f74c2e2f02 ' ,
3434 ),
3535 HostPlatform .windows64bit: CLISource (
3636 'sentry-cli-Windows-x86_64.exe' ,
3737 _version,
38- '426c2a90da4235265c8f31088c393460691be4bd54d2c3a2f1bc7dbf210794b3 ' ,
38+ '3f7e7d8ab53052fb6d41f3428df405b5cc521474d26d4bfd3fb6b05cd2e708c9 ' ,
3939 ),
4040};
0 commit comments