Skip to content

Commit

Permalink
chore(deps): update CLI to v2.26.0 (#195)
Browse files Browse the repository at this point in the history
* chore: update scripts/update-cli.sh to 2.26.0

* trigger ci

---------

Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GIancarlo Buenaflor <giancarlo_buenaflor@yahoo.com>
  • Loading branch information
3 people authored Jan 30, 2024
1 parent 1795b48 commit 8b4a0f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

### Dependencies

- Bump CLI from v2.21.2 to v2.22.3 ([#180](https://github.com/getsentry/sentry-dart-plugin/pull/180))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2223)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.21.2...2.22.3)
- Bump CLI from v2.21.2 to v2.26.0 ([#180](https://github.com/getsentry/sentry-dart-plugin/pull/180), [#195](https://github.com/getsentry/sentry-dart-plugin/pull/195))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2260)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.21.2...2.26.0)

## 1.6.3

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,23 +4,23 @@ import 'package:sentry_dart_plugin/src/cli/sources.dart';

import 'host_platform.dart';

const _version = '2.22.3';
const _version = '2.26.0';
const _urlPrefix = 'https://downloads.sentry-cdn.com/sentry-cli/$_version';

final currentCLISources = {
HostPlatform.darwinUniversal: CLISource(
'$_urlPrefix/sentry-cli-Darwin-universal',
'e27a32541fb11c37e20b8c83407786e80a3593d332101c5c31be9eb80589cf31'),
'6540c1479047a9ef3dcc0f8c821a4e70c4ae05a2af25ec25c6565bc82a04c3fa'),
HostPlatform.linuxAarch64: CLISource('$_urlPrefix/sentry-cli-Linux-aarch64',
'ef5d6fcb95a14714bbf401b2685c296efb192b5761ad2dedff2af06fd732cc5d'),
'a775fa8501e4fe032900f5b645919fe77554a1217622f997fc52f7a36f0ae416'),
HostPlatform.linuxArmv7: CLISource('$_urlPrefix/sentry-cli-Linux-armv7',
'c34fde9660e8f7b7213e79882749555e4bc28675c5357153cba74dd30602da87'),
'a73eee13fedd8a5adf1f70783a393a957c43a98debad0340b0657fc1f12514a1'),
HostPlatform.linux64bit: CLISource('$_urlPrefix/sentry-cli-Linux-x86_64',
'bcc68cd1de631cbeee481d42391c6646e5fc974293fd3c08fb9e6425077138c9'),
'71dd4266b7b3e1b58bdf70742716107d9eaf0b194d898819ebe0316b6f7f61e5'),
HostPlatform.windows32bit: CLISource(
'$_urlPrefix/sentry-cli-Windows-i686.exe',
'6a78560f1189d44205cb5d5f39e8e15323175b83ea4e98964521e7b0c8bcbf71'),
'ecc70ea363c4d4001c5206733159573c76a27cc07f030a032a01c881afcb22cf'),
HostPlatform.windows64bit: CLISource(
'$_urlPrefix/sentry-cli-Windows-x86_64.exe',
'377a9978a25bbf80dca1cc8a186466ee1e50e2b3f476e21158be51f54de02242'),
'0118ad5bc716bd24aeaf6694326dc2cb319fa284b5009dad1f3bd864c59244ab'),
};

0 comments on commit 8b4a0f1

Please sign in to comment.