Skip to content

Commit

Permalink
chore: update scripts/update-cli.sh to 2.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Jan 23, 2024
1 parent 387c3a3 commit d3d0a8c
Showing 1 changed file with 7 additions and 7 deletions.
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 d3d0a8c

Please sign in to comment.