Skip to content

Commit

Permalink
chore: update scripts/update-cli.sh to 2.40.0 (#290)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Jan 22, 2025
1 parent 1d8aa22 commit 3acb72c
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.39.1 to v2.41.1 ([#290](https://github.com/getsentry/sentry-dart-plugin/pull/290))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2411)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.39.1...2.41.1)

## 2.3.0

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

final currentCLISources = {
HostPlatform.darwinUniversal: CLISource(
'sentry-cli-Darwin-universal',
_version,
'5a104e2026580c9dad78628d99260d839831fb83d43c638a21e381dcfde9abd3',
'4b6703bb6160accb7d3552128945357910ff273fde5d5a8aa4d1668958bb9472',
),
HostPlatform.linuxAarch64: CLISource(
'sentry-cli-Linux-aarch64',
_version,
'e8ec5607a1be099d3981323b86dcea0c3b0ee6a8cd2becec4e4c51f1ab9ae366',
'a2361706bd8fd624edd73945f70e7ff761163258476292872dadea1bfe2f241e',
),
HostPlatform.linuxArmv7: CLISource(
'sentry-cli-Linux-armv7',
_version,
'24ccbd000e0e07badb844f106461272fe33b40e6d98fc23a37012d3df2eebcea',
'1425497df41f65a6b1777ad2806324bcf5980044c8b48a7cffc0e1ba5e471857',
),
HostPlatform.linux64bit: CLISource(
'sentry-cli-Linux-x86_64',
_version,
'c41aab845e32b40ee96054eec77e09385d26434808365ef20e876aff54f5df04',
'a007369907840f26b68d0ce83037abf2b14fc68162fdef1d071885a1ace5e3cf',
),
HostPlatform.windows32bit: CLISource(
'sentry-cli-Windows-i686.exe',
_version,
'9fe43db3360d95fbc47e125402001854396ab8694124a53001920ea8833fd11a',
'8a25bfb2c550a067966dc330ce386da56a9343cf8cefebc096b7ee4c915e759f',
),
HostPlatform.windows64bit: CLISource(
'sentry-cli-Windows-x86_64.exe',
_version,
'afbcd1d671e55c567212f1ded3870fee4d5ca4624fd1016d4f615c8775db48f7',
'34878a7f30c3da8861455a2e8a8cfbd5a861649e11fe88432e9b610c83650896',
),
};

0 comments on commit 3acb72c

Please sign in to comment.