diff --git a/CHANGELOG.md b/CHANGELOG.md index b463daa..cf920bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump CLI from v2.58.6 to v3.6.2 ([#354](https://github.com/getsentry/sentry-dart-plugin/pull/354)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#362) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.58.6...3.6.2) + ## 3.4.0 ### Dependencies diff --git a/lib/src/cli/_sources.dart b/lib/src/cli/_sources.dart index 5279428..0fe680b 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.58.6'; +const _version = '3.6.2'; final currentCLISources = { HostPlatform.darwinUniversal: CLISource( 'sentry-cli-Darwin-universal', _version, - '728d5a8c48d3e94d0a3e644431dcaad19c28b126a00eb37930e67bd146905d96', + 'd1339bc39b2c681496d70fc0cb5263a6f4ff93939de21b1f34cffb310643ef1c', ), HostPlatform.linuxAarch64: CLISource( 'sentry-cli-Linux-aarch64', _version, - '79e60095ab461eac70c23ce750499bff5c6bffb95d364ccf38d3259557403987', + 'ff112ecf694b7d6b3629a6228ed4e3f7a0d51401bdf48a5051a79d8749dccd06', ), HostPlatform.linuxArmv7: CLISource( 'sentry-cli-Linux-armv7', _version, - 'a935540e64dc0b73e169a39034975ae326862b517739dc3e6adc7f9d0b47a657', + '70a92a11d2d4d0c08202158120c0c054e83b6a5b5aff467e4a04cb19ca5440d9', ), HostPlatform.linux64bit: CLISource( 'sentry-cli-Linux-x86_64', _version, - '36b689311b399d9332950d84f4299aee682d2d290a770a77372b30a74f7e7add', + '3a4bbf2c0d06378d4e59b337647483751a0a2b1603db5fd4991847d0cfd6478c', ), HostPlatform.windows32bit: CLISource( 'sentry-cli-Windows-i686.exe', _version, - '81de70befaa00762703d1e911a20659161dec341ebe079f65132bed2f9e1e4be', + 'e1f1a2d82425d0655bc8461fd37ded91f490c82fc60429066b9d844825d319e3', ), HostPlatform.windows64bit: CLISource( 'sentry-cli-Windows-x86_64.exe', _version, - '99c1bf7a3d18df2b62ee5052f7e8f5d1e065e218442cdf0cfa2ede0b9cf7b938', + '5c90cb0045cef3d3c36113c2aa21a7dcae11627d2d6e3098b679dea5b6681be3', ), };