A few months ago, I have published a package (a wrapper of a C library).
Recently, the C library was updated and I decided to make use of the arifacts/jll.
My old implementation used BinaryProvider and CI scripts: travis and appveyor (which frankly I do not remember how I set them up)
Now that I have a new version of the package that simply uses the jll package, would are the necessary steps to update it in the repository?
I would like to register a new version of the package
I updated the XXhash package
The Julia package repository (link) points to my package repo (link), and lists the dependencies (in Deps.toml)
My new package (not yet pushed to github) is not based on the BinaryProvider but rather uses the xxHash_jll package I recently registered.
I would like to know what is the procedure of registering the new package so that it will replace the existing one?
(It sounds unreasonable that anyone could update an existing package)