diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-10-19 14:40:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-19 14:40:41 -0700 |
| commit | 5bedde3e70900ef860131442f60bd1af88baeef5 (patch) | |
| tree | 6959e239e1c2c6be99f1477fb67be4f2b94440fc | |
| parent | f527812e9e7f6436aa11c9f01b7f70e4c4893270 (diff) | |
| parent | c51f82bb6d29e59b430b088b5ad9c9da78da9d6c (diff) | |
| download | vcpkg-5bedde3e70900ef860131442f60bd1af88baeef5.tar.gz vcpkg-5bedde3e70900ef860131442f60bd1af88baeef5.zip | |
Merge pull request #2009 from AMDmi3/v-prefixes
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 |
