You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example here the explicit repo contains the plugin at version 0.1.11, while our main repo contains 0.1.2, but lpm seems to consider 0.1.2 as newer than 0.1.11:
$ lpm run --ephemeral https://github.com/drmargarido/lite-xl-plugins:master todotreeview
warning: your explicitly specified repository https://github.com/drmargarido/lite-xl-plugins:master has a version of todotreeview lower than that in https://github.com/lite-xl/lite-xl-plugins.git:master (0.1.11 vs. 0.1.2; in order to use the one in your specified repo, please specify todotreeview:0.1.11
The text was updated successfully, but these errors were encountered:
Nop this is still happening.
The reason you're not getting the warning is because the change was merged, so both repos have the same todotreeview version.
Manually editing the saved "main" repo to have the old version 0.1.2, will result in the warning.
For example here the explicit repo contains the plugin at version
0.1.11
, while our main repo contains0.1.2
, butlpm
seems to consider0.1.2
as newer than0.1.11
:The text was updated successfully, but these errors were encountered: