Closed MSoegtropIMC closed 1 week ago
This PR adds extra-files records where needed.
extra-files
This was done by running opam admin update-extrafiles --hash=sha512 (using opam 2.2.0) on both the releases and the extra-dev folder.
opam admin update-extrafiles --hash=sha512
releases
extra-dev
This apparently did some minor additional cleanup:
version
Fixes #3203
Linting works, json works, let's merge.
Thanks! Let's see if Coq Platform now works again - after updating the local patch repos it failed on things from the official repo.
This PR adds
extra-files
records where needed.This was done by running
opam admin update-extrafiles --hash=sha512
(using opam 2.2.0) on both thereleases
and theextra-dev
folder.This apparently did some minor additional cleanup:
version
fields.extra-files
fields with sha 512 entries.Fixes #3203