-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Update repositories.txt #6472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update repositories.txt #6472
Conversation
@ArduinoBot please check the PR. |
Hello! I'm checking your submission again. |
A problem was found with your submission https://github.com/Init-io/FireEsp ❌ ERROR: Submission URL is already in the Library Manager index. |
Thanks for your interest in contributing to the Arduino Library Manager index @per1234 After resolving the issue, trigger this check again by doing one of the following:
❗ NOTE: It is not necessary to open a new pull request. ❗ More information: |
Closing as duplicate of #5454 |
my library version isn't updating in Arduino IDE |
Hi @Init-io. ProblemThe problem is shown here in the "FireEsp" library's dedicated indexer logs web page:
Unfortunately, the logs don't communicate about this particular thing very well, but what this tells us is that the You can see it here: https://github.com/Init-io/FireEsp/blob/1.2.0/library.properties#L2
Even though Git tags are the unit of release for the Arduino Library Manager, all versioning is done according to the For this reason, the indexer will reject any tag that has the same value in its SolutionThe solution is to make another release of the library which meets the requirements:
The indexer system will pick up that new release and it will be available from Library Manager within a day. The non-compliant release will still be missing, but since the newer release will be available, that is no problem. Please let me know if you have any questions or concerns. Regards, Per |
New library update