Skip to content

Commit 0f87e2c

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-cli.sh to 3.3.5
1 parent 6945016 commit 0f87e2c

2 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
- Fix processor architecture for Linux ([#355](https://github.com/getsentry/sentry-dart-plugin/pull/355))
88

9+
### Dependencies
10+
11+
- Bump CLI from v2.52.0 to v3.3.5 ([#354](https://github.com/getsentry/sentry-dart-plugin/pull/354))
12+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#335)
13+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.52.0...3.3.5)
14+
915
## 3.2.1
1016

1117
### Fixes

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 = '3.3.5';
88

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

0 commit comments

Comments
 (0)