Skip to content

Commit 3acb72c

Browse files
chore: update scripts/update-cli.sh to 2.40.0 (#290)
Co-authored-by: GitHub <[email protected]>
1 parent 1d8aa22 commit 3acb72c

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.39.1 to v2.41.1 ([#290](https://github.com/getsentry/sentry-dart-plugin/pull/290))
8+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2411)
9+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.39.1...2.41.1)
10+
311
## 2.3.0
412

513
### 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.39.1';
7+
const _version = '2.41.1';
88

99
final currentCLISources = {
1010
HostPlatform.darwinUniversal: CLISource(
1111
'sentry-cli-Darwin-universal',
1212
_version,
13-
'5a104e2026580c9dad78628d99260d839831fb83d43c638a21e381dcfde9abd3',
13+
'4b6703bb6160accb7d3552128945357910ff273fde5d5a8aa4d1668958bb9472',
1414
),
1515
HostPlatform.linuxAarch64: CLISource(
1616
'sentry-cli-Linux-aarch64',
1717
_version,
18-
'e8ec5607a1be099d3981323b86dcea0c3b0ee6a8cd2becec4e4c51f1ab9ae366',
18+
'a2361706bd8fd624edd73945f70e7ff761163258476292872dadea1bfe2f241e',
1919
),
2020
HostPlatform.linuxArmv7: CLISource(
2121
'sentry-cli-Linux-armv7',
2222
_version,
23-
'24ccbd000e0e07badb844f106461272fe33b40e6d98fc23a37012d3df2eebcea',
23+
'1425497df41f65a6b1777ad2806324bcf5980044c8b48a7cffc0e1ba5e471857',
2424
),
2525
HostPlatform.linux64bit: CLISource(
2626
'sentry-cli-Linux-x86_64',
2727
_version,
28-
'c41aab845e32b40ee96054eec77e09385d26434808365ef20e876aff54f5df04',
28+
'a007369907840f26b68d0ce83037abf2b14fc68162fdef1d071885a1ace5e3cf',
2929
),
3030
HostPlatform.windows32bit: CLISource(
3131
'sentry-cli-Windows-i686.exe',
3232
_version,
33-
'9fe43db3360d95fbc47e125402001854396ab8694124a53001920ea8833fd11a',
33+
'8a25bfb2c550a067966dc330ce386da56a9343cf8cefebc096b7ee4c915e759f',
3434
),
3535
HostPlatform.windows64bit: CLISource(
3636
'sentry-cli-Windows-x86_64.exe',
3737
_version,
38-
'afbcd1d671e55c567212f1ded3870fee4d5ca4624fd1016d4f615c8775db48f7',
38+
'34878a7f30c3da8861455a2e8a8cfbd5a861649e11fe88432e9b610c83650896',
3939
),
4040
};

0 commit comments

Comments
 (0)