conda-forge / dotnet-feedstock

A conda-smithy repository for dotnet.
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Typo in original dotnet-runtime 3.1 version (3.1.19 instead of 3.1.9) causes issues for linux & win #26

Closed acesnik closed 2 years ago

acesnik commented 3 years ago

Issue:

There was a typo in the original commit of dotnet-runtime3.1, where the version was 3.1.9, but 3.1.19 was written for the version. https://github.com/conda-forge/dotnet-feedstock/blob/6f344ecc9dd46904045500cd9829ba850e6abd98/recipe/meta.yaml#L2

This is causing some issues, where conda tries to download that older version, as can be seen in line 219 of the build below:

https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=307023&view=logs&jobId=656edd35-690f-5c53-9ba3-09c10d0bea97&j=656edd35-690f-5c53-9ba3-09c10d0bea97&t=e5c8ab1d-8ff9-5cae-b332-e15ae582ed2d

Is there any way to fix this?

acesnik commented 3 years ago

Perhaps this? https://conda-forge.org/docs/orga/guidelines.html#fixing-broken-packages

acesnik commented 2 years ago

https://github.com/conda-forge/admin-requests/pull/273