I’ve published a new release of the “mold_lib” crate (a month ago, or so), but the Alire Crate Status page has not been updated, yet. Do I have to configure anything in the alire.toml file, or during alr publish, to update it? How is that page updated?
There’s nothing you need to configure. It looks like the CI that builds the crate status pages is using an older version of Alire (version 2.0.2) which uses an older community index branch (stable-1.3.0). Since Alire 2.1.0 was released, new crates and updates are published to the most recent community index branch (stable-1.4.0), which is not picked up by the CI that builds those pages.
I’ve raised an issue to make the maintainers aware of the problem.