Skip to content

Commit 85e1f16

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-cli.sh to 3.1.0
1 parent 59932af commit 85e1f16

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump CLI from v2.52.0 to v3.1.0 ([#354](https://github.com/getsentry/sentry-dart-plugin/pull/354))
8+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#310)
9+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.52.0...3.1.0)
10+
311
## 3.2.1
412

513
### 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.1.0';
88

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

0 commit comments

Comments
 (0)