Skip to content

Commit 0fddbce

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

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
@@ -9,6 +9,12 @@
99
- No sensitive data (auth tokens, project names, organization slugs, or file paths) is collected.
1010
- To opt out, set the environment variable `SENTRY_TELEMETRY=false` before running the plugin.
1111

12+
### Dependencies
13+
14+
- Bump CLI from v2.52.0 to v3.2.2 ([#354](https://github.com/getsentry/sentry-dart-plugin/pull/354))
15+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#322)
16+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.52.0...3.2.2)
17+
1218
## 3.2.1
1319

1420
### 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.2.2';
88

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

0 commit comments

Comments
 (0)