* Renamed ChopShop 1.10.0.2 to 0.10.0.2
This version was named incorrectly. All versions before and after have 0 as the major version number, not 1. This causes this older version to appear as the most recent version.
* Installation of ChopShop fails for KSP 1.1.3
The most recent version of ChopShop (0.10.0.3) for KSP 1.1.3 was never picked up by NetKAN because 0.10.0.2 was incorrectly named 1.10.0.2 (see commit 9f2e300e5f "Renamed ChopShop 1.10.0.2 to 0.10.0.2"). Since the download for that version is no longer available (returns a 404 on SpaceDock), ChopShop fails to install with KSP 1.1.3. This new .ckan fixes that by making the newest version of ChopShop for KSP 1.1.3 available.
* Revert "Renamed ChopShop 1.10.0.2 to 0.10.0.2"
This reverts commit 9f2e300e5f.
* Added epoch to version number.
See #1242.
* Updated download link
Old link was broken.
* Added epoch to version numbers of 10.1.x
Fix for problem caused by 1.10.0.2 being numbered incorrectly.
* Fixed broken download link
Version 0.10.1 is no longer available on SpaceDock.
As discussed in KSP-CKAN/CKAN#1156, sometimes we see older versions of
mods that have "generic" KSP versions (eg: 1.0), even though newer
versions of those same mods have specific versions (eg 1.0.1). These has
been a side-effect of how KS returns KSP version numbers to us.
This patch adds ".0" to version numbers if and only if we see a later
version of the same mod that has a specific version number in the same
sequence (eg: 1.0 and 1.0.3 causes a rewrite, but 0.24 and 1.0.3 does
not).
Source code coming soon. I haven't checked it into CKAN-meta because
it's not really a place where lots of code should be hanging out.
Also attn @dbent, who identified this issue in the first place.