Skip to content

Commit

Permalink
chore(deps): update CLI to v2.39.1 (#282)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
Co-authored-by: Giancarlo Buenaflor <[email protected]>
  • Loading branch information
3 people authored Dec 5, 2024
1 parent f408c12 commit accdb6e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Unreleased

### Dependencies

- Bump CLI from v2.38.1 to v2.39.1 ([#282](https://github.com/getsentry/sentry-dart-plugin/pull/282))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2391)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.38.1...2.39.1)

## 2.2.1

### Fixes
Expand Down
14 changes: 7 additions & 7 deletions lib/src/cli/_sources.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,37 @@ import 'package:sentry_dart_plugin/src/cli/sources.dart';

import 'host_platform.dart';

const _version = '2.38.1';
const _version = '2.39.1';

final currentCLISources = {
HostPlatform.darwinUniversal: CLISource(
'sentry-cli-Darwin-universal',
_version,
'c79989225f226b5c8af6b0f3515df9ae25afe6558bd8231d3b94e1fc40e1aa34',
'5a104e2026580c9dad78628d99260d839831fb83d43c638a21e381dcfde9abd3',
),
HostPlatform.linuxAarch64: CLISource(
'sentry-cli-Linux-aarch64',
_version,
'ce056adc10cc15d16578d9d65cda98b1d1e97fca7fcc826772a13012495360e1',
'e8ec5607a1be099d3981323b86dcea0c3b0ee6a8cd2becec4e4c51f1ab9ae366',
),
HostPlatform.linuxArmv7: CLISource(
'sentry-cli-Linux-armv7',
_version,
'09c6f2b0589b64b2657a64806eeb44313f63637639cc986b39ceef64dcf10084',
'24ccbd000e0e07badb844f106461272fe33b40e6d98fc23a37012d3df2eebcea',
),
HostPlatform.linux64bit: CLISource(
'sentry-cli-Linux-x86_64',
_version,
'6d5a4a2d93040fba4d9cf01b7abf5e43ffc0a013555ec2aab6a9d62fd5393ddb',
'c41aab845e32b40ee96054eec77e09385d26434808365ef20e876aff54f5df04',
),
HostPlatform.windows32bit: CLISource(
'sentry-cli-Windows-i686.exe',
_version,
'466a1c829a303ef27c1285cda9c214b1cfa50f97b3f9a142800340390ddbe579',
'9fe43db3360d95fbc47e125402001854396ab8694124a53001920ea8833fd11a',
),
HostPlatform.windows64bit: CLISource(
'sentry-cli-Windows-x86_64.exe',
_version,
'5f6e48b5111ba342f97babb2f97dc329c5e202e6f188cbbc8b8ab9bb368ee915',
'afbcd1d671e55c567212f1ded3870fee4d5ca4624fd1016d4f615c8775db48f7',
),
};

0 comments on commit accdb6e

Please sign in to comment.