Skip to content

Commit accdb6e

Browse files
github-actions[bot]web-flowbuenaflor
authored
chore(deps): update CLI to v2.39.1 (#282)
Co-authored-by: GitHub <[email protected]> Co-authored-by: Giancarlo Buenaflor <[email protected]>
1 parent f408c12 commit accdb6e

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.38.1 to v2.39.1 ([#282](https://github.com/getsentry/sentry-dart-plugin/pull/282))
8+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2391)
9+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.38.1...2.39.1)
10+
311
## 2.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.38.1';
7+
const _version = '2.39.1';
88

99
final currentCLISources = {
1010
HostPlatform.darwinUniversal: CLISource(
1111
'sentry-cli-Darwin-universal',
1212
_version,
13-
'c79989225f226b5c8af6b0f3515df9ae25afe6558bd8231d3b94e1fc40e1aa34',
13+
'5a104e2026580c9dad78628d99260d839831fb83d43c638a21e381dcfde9abd3',
1414
),
1515
HostPlatform.linuxAarch64: CLISource(
1616
'sentry-cli-Linux-aarch64',
1717
_version,
18-
'ce056adc10cc15d16578d9d65cda98b1d1e97fca7fcc826772a13012495360e1',
18+
'e8ec5607a1be099d3981323b86dcea0c3b0ee6a8cd2becec4e4c51f1ab9ae366',
1919
),
2020
HostPlatform.linuxArmv7: CLISource(
2121
'sentry-cli-Linux-armv7',
2222
_version,
23-
'09c6f2b0589b64b2657a64806eeb44313f63637639cc986b39ceef64dcf10084',
23+
'24ccbd000e0e07badb844f106461272fe33b40e6d98fc23a37012d3df2eebcea',
2424
),
2525
HostPlatform.linux64bit: CLISource(
2626
'sentry-cli-Linux-x86_64',
2727
_version,
28-
'6d5a4a2d93040fba4d9cf01b7abf5e43ffc0a013555ec2aab6a9d62fd5393ddb',
28+
'c41aab845e32b40ee96054eec77e09385d26434808365ef20e876aff54f5df04',
2929
),
3030
HostPlatform.windows32bit: CLISource(
3131
'sentry-cli-Windows-i686.exe',
3232
_version,
33-
'466a1c829a303ef27c1285cda9c214b1cfa50f97b3f9a142800340390ddbe579',
33+
'9fe43db3360d95fbc47e125402001854396ab8694124a53001920ea8833fd11a',
3434
),
3535
HostPlatform.windows64bit: CLISource(
3636
'sentry-cli-Windows-x86_64.exe',
3737
_version,
38-
'5f6e48b5111ba342f97babb2f97dc329c5e202e6f188cbbc8b8ab9bb368ee915',
38+
'afbcd1d671e55c567212f1ded3870fee4d5ca4624fd1016d4f615c8775db48f7',
3939
),
4040
};

0 commit comments

Comments
 (0)