|
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="3ef5233083cf2c6f37b3850bf6f970ef1770fb55d4911a1c36e53d0a540956f5" /> |
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="627ee375b823459d31c1b3f84fed5a700d299cb34c699608379e57a43e8a7a3c" /> |
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="815686a698e60e41a34035a00a0f11194db266e4b92259b979254a51eaf7bc12" /> |
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="74f9c694a165fe3884dcafd04a7f0e686c93cd0d999ec55d58ce363bd97abe93" /> |
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="460d2053f273fdbd26d88ccb35965448447c4b3715ddc8c6b476a3d243e54430" /> |
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="e3dde3c0b24a3b2ab37f75846b7e89e8698c53db08bbdc73f7b37860e285afca" /> |
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="4acb63ef42e59f9e1aee920e0b399d1781a91f8f25b666b75313a4444ca6a3dc" /> |
118 | 118 | </ItemGroup> |
119 | 119 |
|
120 | 120 | <!-- Download the files --> |
|
0 commit comments