Skip to content

Commit f511000

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-cli.sh to 3.0.3
1 parent 8681c99 commit f511000

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
@@ -6,6 +6,12 @@
66

77
- Log level not respected when configured via env variables ([#370](https://github.com/getsentry/sentry-dart-plugin/pull/370))
88

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

1117
### 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 = '3.0.3';
88

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

0 commit comments

Comments
 (0)