|
96 | 96 | <ItemGroup>
|
97 | 97 | <SentryCLIDownload
|
98 | 98 | Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'Arm64')"
|
99 |
| - Include="sentry-cli-Darwin-arm64" FileHash="a669d9e0df2c7afa1308d05cbc2e78a9b458b0c94f5c111c9e299911bb870308" /> |
| 99 | + Include="sentry-cli-Darwin-arm64" FileHash="791294ec6f10cab022293c4c7daf5fe0faf8b6e503ba6a0a266bed869aa9b7af" /> |
100 | 100 | <SentryCLIDownload
|
101 | 101 | Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'X64')"
|
102 |
| - Include="sentry-cli-Darwin-x86_64" FileHash="4bd15cb308746d7f1cbed00948c7470bbdb498936f364779defb52b1e27e540b" /> |
| 102 | + Include="sentry-cli-Darwin-x86_64" FileHash="4a9e6b18fd69a7d4318fa5e31f779e46f987ffe6e04f70c30a9bd2481ec4d70f" /> |
103 | 103 | <SentryCLIDownload
|
104 | 104 | Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'Arm64')"
|
105 |
| - Include="sentry-cli-Linux-aarch64" FileHash="e8f2153c23bc5b4a44e36981d6b19102e7db78f1472a1d99ea2bdc33a4ee8d7a" /> |
| 105 | + Include="sentry-cli-Linux-aarch64" FileHash="672fe1d63d6ebbf4b8c59c43e1b75869367378f05088843cf6641562a8c446e2" /> |
106 | 106 | <SentryCLIDownload
|
107 | 107 | Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X86')"
|
108 |
| - Include="sentry-cli-Linux-i686" FileHash="3fe02091eb319242e24f55097404b3b9e767918ab16b4431ad7b3e1ff4b3d14b" /> |
| 108 | + Include="sentry-cli-Linux-i686" FileHash="41ff53c447175252ef179852157b2e01a2dac256b72257b69fff214b13b93e7c" /> |
109 | 109 | <SentryCLIDownload
|
110 | 110 | Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X64')"
|
111 |
| - Include="sentry-cli-Linux-x86_64" FileHash="12ffbaaa930ea3e5883fd1065b2ecf6167f90f5e4d8ea38925f56ae3eeccc4e7" /> |
| 111 | + Include="sentry-cli-Linux-x86_64" FileHash="b9d7e2471e7860323f77c6417b6e402c49deacba0f961429a1b95dd245fb9607" /> |
112 | 112 | <SentryCLIDownload
|
113 | 113 | Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) == 'X86')"
|
114 |
| - Include="sentry-cli-Windows-i686.exe" FileHash="d3879a7adb933978d99c53b28f1d274836e2f6489a3ca642d48358e87fb269b4" /> |
| 114 | + Include="sentry-cli-Windows-i686.exe" FileHash="ec1bcd834cc7d32c8ce25ae9fea45382f8be99350c031afa0367a86de416dcc0" /> |
115 | 115 | <SentryCLIDownload
|
116 | 116 | Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) != 'X86')"
|
117 |
| - Include="sentry-cli-Windows-x86_64.exe" FileHash="046a8bdf70a02b23820d0fa197d7638b57f31dcc8dedc95e3ffdaf3541fe34cb" /> |
| 117 | + Include="sentry-cli-Windows-x86_64.exe" FileHash="b91e32da326b28739ad2252219db1fa3ddd8b3e4183ff8d174420b9d97bddbbf" /> |
118 | 118 | </ItemGroup>
|
119 | 119 |
|
120 | 120 | <!-- Download the files -->
|
|
0 commit comments