diff options
| author | Park DongHa <luncliff@gmail.com> | 2021-02-03 08:00:00 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-02 15:00:00 -0800 |
| commit | 3b4a4e4b5cff58ae9af6b46ad63fda71146f6ce4 (patch) | |
| tree | da5899a12cda3b59457e4dd49290bf5d352f6bb6 /versions | |
| parent | 4ef16cd07edc4cc9570d543a4eb09c51006588ab (diff) | |
| download | vcpkg-3b4a4e4b5cff58ae9af6b46ad63fda71146f6ce4.tar.gz vcpkg-3b4a4e4b5cff58ae9af6b46ad63fda71146f6ce4.zip | |
[metrohash] support Android triplet build (#15715)
* [metrohash] support Android build
* check ANDROID variable
* exclude 'crc' sources that requires non-ARM intrinsic
* rewrite CONTROL to vcpkg.json
* [metrohash] update checksum and version JSON
* [metrohash] apply PR feedback
* [metrohash] enable sse4.2 for Clang compiler
* [metrohash] fix wrong version string
* [metrohash] fix wrong version string
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/m-/metrohash.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 6e5aefd04..11b3d0274 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3705,8 +3705,8 @@ "port-version": 7 }, "metrohash": { - "baseline": "1.1.3-1", - "port-version": 0 + "baseline": "1.1.3", + "port-version": 2 }, "mgnlibs": { "baseline": "2019-09-29", diff --git a/versions/m-/metrohash.json b/versions/m-/metrohash.json index c8884e174..8bdb8f146 100644 --- a/versions/m-/metrohash.json +++ b/versions/m-/metrohash.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "0c764c9b22fa64b5194e65f69bfb28bc47dc20fc", + "version-string": "1.1.3", + "port-version": 2 + }, + { "git-tree": "e322e34deeeb1ae533217d85ceea0b6ad36ec64e", "version-string": "1.1.3-1", "port-version": 0 |
