cargo dock 0.2.2.1
Cargo dock 0.2.2.1 is shown in store but not proposed to install in the store when 0.2.2 is installed. If 0.2.2 is uninstalled and cargo dock is installed again then 0.2.2.1 is choosed. Another issue with the store?
Cargo dock 0.2.2.1 is shown in store but not proposed to install in the store when 0.2.2 is installed. If 0.2.2 is uninstalled and cargo dock is installed again then 0.2.2.1 is choosed. Another issue with the store?
I assume this is because the Jolla store adheres to semantic versioning (see http://semver.org/). Basically version strings should look like this:
<major version>.<minor version>.<patch>-<pre-release version>+<metadata>
whereas the part after the patch level is entirey optional. E.g.
0.2.2-alpha
or
0.2.2-1
Of course a version string with only major, minor and patch level is considered newer than a version string with and appended "alpha" or whatever - So 0.2.2.1 would be considered older than 0.2.2 You would have the same problem if you would try to upload the package to a repository that uses reprepro for example.
Asked: 2014-06-13 20:56:57 +0300
Seen: 407 times
Last updated: Jun 14 '14
I noticed this as well. It's possible to update through terminal, Warehouse, etc, but the store doesn't let you update.
nthn ( 2014-06-13 21:31:06 +0300 )