diff options
| author | Dmitry Marakasov <amdmi3@amdmi3.ru> | 2017-10-18 14:18:52 +0300 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@amdmi3.ru> | 2017-10-18 14:18:52 +0300 |
| commit | c51f82bb6d29e59b430b088b5ad9c9da78da9d6c (patch) | |
| tree | 9f1bdbe24a40fe8be118b13605d4579fd94616d7 | |
| parent | abd2cd26e7992e8d859fad612a7ecacc14ce5364 (diff) | |
| download | vcpkg-c51f82bb6d29e59b430b088b5ad9c9da78da9d6c.tar.gz vcpkg-c51f82bb6d29e59b430b088b5ad9c9da78da9d6c.zip | |
Strip 'v' prefixes which are not really version parts
| -rw-r--r-- | ports/cctz/CONTROL | 2 | ||||
| -rw-r--r-- | ports/folly/CONTROL | 2 | ||||
| -rw-r--r-- | ports/openblas/CONTROL | 2 | ||||
| -rw-r--r-- | ports/spirv-tools/CONTROL | 2 | ||||
| -rw-r--r-- | ports/thor/CONTROL | 2 | ||||
| -rw-r--r-- | ports/tinyexr/CONTROL | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/ports/cctz/CONTROL b/ports/cctz/CONTROL index fb125fa13..6ed9a0ce1 100644 --- a/ports/cctz/CONTROL +++ b/ports/cctz/CONTROL @@ -1,3 +1,3 @@ Source: cctz
-Version: v2.1
+Version: 2.1
Description: two libraries that cooperate with <chrono> to give C++ programmers all the necessary tools for computing with dates, times, and time zones in a simple and correct manner.
diff --git a/ports/folly/CONTROL b/ports/folly/CONTROL index 3bff7ba88..027979146 100644 --- a/ports/folly/CONTROL +++ b/ports/folly/CONTROL @@ -1,4 +1,4 @@ Source: folly -Version: v2017.10.02.00 +Version: 2017.10.02.00 Description: An open-source C++ library developed and used at Facebook. The library is UNSTABLE on Windows Build-Depends: zlib, openssl, boost, libevent, double-conversion, glog, gflags, lz4, liblzma, snappy diff --git a/ports/openblas/CONTROL b/ports/openblas/CONTROL index 808d52ac9..78617d700 100644 --- a/ports/openblas/CONTROL +++ b/ports/openblas/CONTROL @@ -1,3 +1,3 @@ Source: openblas -Version: v0.2.20-2 +Version: 0.2.20-2 Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. diff --git a/ports/spirv-tools/CONTROL b/ports/spirv-tools/CONTROL index da2e2f29b..33c43d628 100644 --- a/ports/spirv-tools/CONTROL +++ b/ports/spirv-tools/CONTROL @@ -1,3 +1,3 @@ Source: spirv-tools -Version: v2017.1-dev-7e2d26c77b606b21af839b37fd21381c4a669f23-1 +Version: 2017.1-dev-7e2d26c77b606b21af839b37fd21381c4a669f23-1 Description: API and commands for processing SPIR-V modules diff --git a/ports/thor/CONTROL b/ports/thor/CONTROL index 9ad978099..cdb393f38 100644 --- a/ports/thor/CONTROL +++ b/ports/thor/CONTROL @@ -1,4 +1,4 @@ Source: thor -Version: v2.0-1 +Version: 2.0-1 Description: Extends the multimedia library SFML with higher-level features Build-Depends: sfml, aurora diff --git a/ports/tinyexr/CONTROL b/ports/tinyexr/CONTROL index 8ac085f68..54b459b49 100644 --- a/ports/tinyexr/CONTROL +++ b/ports/tinyexr/CONTROL @@ -1,3 +1,3 @@ Source: tinyexr -Version: v0.9.5-d16ea6 +Version: 0.9.5-d16ea6 Description: Library to load and save OpenEXR(.exr) images |
