-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
CMake's upstream repository uses the following hierarchy:
http://www.cmake.org/files/
-> v2.8/
-> cmake-2.8.12.1.tar.gz
-> cmake-2.8.12.2.tar.gz
-> v3.0/
-> cmake-3.0.0.tar.gz
-> cmake-3.0.1.tar.gz
portroach cannot correctly determine the current version (3.0.1), it sees 2.8.12.2 as the latest version.
It seems it's put off by the fact that there's a 'v' before the actual version number.