Skip to content

Commit acdc8dc

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-cli.sh to 2.57.0
1 parent 924d3a2 commit acdc8dc

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
- Configure the plugin: Set `dart_symbol_map_path: build/mapping.json`
1313
- Important: `dart_symbol_map_path` must point directly to the mapping file (absolute or relative path), not a directory.
1414

15+
### Dependencies
16+
17+
- Bump CLI from v2.52.0 to v2.57.0 ([#354](https://github.com/getsentry/sentry-dart-plugin/pull/354))
18+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2570)
19+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.52.0...2.57.0)
20+
1521
## 3.2.0-beta.1
1622

1723
### Features

lib/src/cli/_sources.dart

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,37 @@ import 'package:sentry_dart_plugin/src/cli/sources.dart';
44

55
import 'host_platform.dart';
66

7-
const _version = '2.52.0';
7+
const _version = '2.57.0';
88

99
final currentCLISources = {
1010
HostPlatform.darwinUniversal: CLISource(
1111
'sentry-cli-Darwin-universal',
1212
_version,
13-
'd2e49a13bc253044dd8bc4bc822ca255ad8b3353488378e6ded1d5483cfad835',
13+
'e5d890e92b5cef66b93898d2d81aad89ed9ec9a962364fd164eff0cef77ef99f',
1414
),
1515
HostPlatform.linuxAarch64: CLISource(
1616
'sentry-cli-Linux-aarch64',
1717
_version,
18-
'1db6a70093828bd3a017f585a2717e83ffb01f2aee671900669ae49de5261c4f',
18+
'cb3ce12b59dd6cb5d516a3d3ac07b79d99544856f49ebd88b022851cbba71c2d',
1919
),
2020
HostPlatform.linuxArmv7: CLISource(
2121
'sentry-cli-Linux-armv7',
2222
_version,
23-
'befa94bb905487b58c7914ccd8ab137407b782f45b7d3ceb2f269fc94375e4c7',
23+
'7d3acba06f184069418a4fa9d24145d12669786115e51ce66b179943c0e7e6ae',
2424
),
2525
HostPlatform.linux64bit: CLISource(
2626
'sentry-cli-Linux-x86_64',
2727
_version,
28-
'6149cf765590ef5adf2e8bc47ca236ba9100b38d600dd148b3bc435693c7e6a5',
28+
'c214ddd4b3e1143018c23c040ae347ecba0ed9a0ff4826679bc21d9796e9a96a',
2929
),
3030
HostPlatform.windows32bit: CLISource(
3131
'sentry-cli-Windows-i686.exe',
3232
_version,
33-
'0b6937ee44415120344815fc7f356659477d6a91ca8b5af11be26e9426605c92',
33+
'1ea475d2014f4dfb658cd2b5a3bbdfa9b3d2eebba81ec784ccb80a386cf10145',
3434
),
3535
HostPlatform.windows64bit: CLISource(
3636
'sentry-cli-Windows-x86_64.exe',
3737
_version,
38-
'426c2a90da4235265c8f31088c393460691be4bd54d2c3a2f1bc7dbf210794b3',
38+
'cfb6881493e41272ce2fa77fa77bbbb0b3f5360bdca684c11f393d9af00d0954',
3939
),
4040
};

0 commit comments

Comments
 (0)