Previously, if a specific buildpack-version combination existed in the index already, all but the addr and created_at fields would be updated if they had changed.
Now the addr field is updated too, leaving the created_at field as the only one not updated.
This ensures that the changes in buildpacks/registry-index#5767 are correctly picked up.
Previously, if a specific buildpack-version combination existed in the index already, all but the
addr
andcreated_at
fields would be updated if they had changed.Now the
addr
field is updated too, leaving thecreated_at
field as the only one not updated.This ensures that the changes in buildpacks/registry-index#5767 are correctly picked up.