diff --git a/CHANGELOG.md b/CHANGELOG.md index da92a3d..b687b51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - Fix processor architecture for Linux ([#355](https://github.com/getsentry/sentry-dart-plugin/pull/355)) +### Dependencies + +- Bump CLI from v2.52.0 to v3.3.5 ([#354](https://github.com/getsentry/sentry-dart-plugin/pull/354)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#335) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.52.0...3.3.5) + ## 3.2.1 ### Fixes diff --git a/lib/src/cli/_sources.dart b/lib/src/cli/_sources.dart index f6eff7e..ba0f4c2 100644 --- a/lib/src/cli/_sources.dart +++ b/lib/src/cli/_sources.dart @@ -4,37 +4,37 @@ import 'package:sentry_dart_plugin/src/cli/sources.dart'; import 'host_platform.dart'; -const _version = '2.52.0'; +const _version = '3.3.5'; final currentCLISources = { HostPlatform.darwinUniversal: CLISource( 'sentry-cli-Darwin-universal', _version, - 'd2e49a13bc253044dd8bc4bc822ca255ad8b3353488378e6ded1d5483cfad835', + '92a8672a36a885124e0fa688d9f146520a237c9a6b8b780037d6817a0b81b263', ), HostPlatform.linuxAarch64: CLISource( 'sentry-cli-Linux-aarch64', _version, - '1db6a70093828bd3a017f585a2717e83ffb01f2aee671900669ae49de5261c4f', + 'a7ed9089f28466ee830219100f70b6f13e9a7a7d03d54f9840e9b84436468661', ), HostPlatform.linuxArmv7: CLISource( 'sentry-cli-Linux-armv7', _version, - 'befa94bb905487b58c7914ccd8ab137407b782f45b7d3ceb2f269fc94375e4c7', + 'ab9ce8f6babb789d210298beaac7324a29f256ef8192654cd3a434e0312d2523', ), HostPlatform.linux64bit: CLISource( 'sentry-cli-Linux-x86_64', _version, - '6149cf765590ef5adf2e8bc47ca236ba9100b38d600dd148b3bc435693c7e6a5', + '81bda3da764c957cdc9ddc6d368f9a2e1e4a1e385b6272180a0373830acaecdb', ), HostPlatform.windows32bit: CLISource( 'sentry-cli-Windows-i686.exe', _version, - '0b6937ee44415120344815fc7f356659477d6a91ca8b5af11be26e9426605c92', + '655b357dd622acd5b9eaff824037b648ff1468f8a9a868fac5a89cfa45963494', ), HostPlatform.windows64bit: CLISource( 'sentry-cli-Windows-x86_64.exe', _version, - '426c2a90da4235265c8f31088c393460691be4bd54d2c3a2f1bc7dbf210794b3', + '74f88d12c1909797bda612dcac07b2f25e7419d7c06404f3a0ca94747c03892d', ), };