diff options
| author | chausner <15180557+chausner@users.noreply.github.com> | 2021-09-28 05:50:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-27 20:50:45 -0700 |
| commit | 39b1392eedfe50ed9738acb58ee4486730e08941 (patch) | |
| tree | 01faeaf49d2a87e02f2674a958c37cb955e16be6 | |
| parent | 46e314d63a0cd712f72c2220478933fb35857351 (diff) | |
| download | vcpkg-39b1392eedfe50ed9738acb58ee4486730e08941.tar.gz vcpkg-39b1392eedfe50ed9738acb58ee4486730e08941.zip | |
[sparsehash] Update to 2.0.4 (#20343)
* Update sparsehash to 2.0.4
* Update CI baseline
* update vcpkg.json
* update version
Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
| -rw-r--r-- | ports/sparsehash/portfile.cmake | 5 | ||||
| -rw-r--r-- | ports/sparsehash/vcpkg.json | 3 | ||||
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/s-/sparsehash.json | 5 |
4 files changed, 10 insertions, 7 deletions
diff --git a/ports/sparsehash/portfile.cmake b/ports/sparsehash/portfile.cmake index a999e8841..b23df02e6 100644 --- a/ports/sparsehash/portfile.cmake +++ b/ports/sparsehash/portfile.cmake @@ -1,10 +1,9 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO sparsehash/sparsehash - REF sparsehash-2.0.3 - SHA512 bb00d0acb8eba65f7da8015ea4f6bebf8bba36ed6777881960ee215f22b7be17b069c59838d210551ce67a34baccfc7b2fed603677ec53c0c32714d8e76f5d6c + REF sparsehash-2.0.4 + SHA512 40C007BC5814DD5F2BDACD5EC884BC5424F7126F182D4C7B34371F88B674456FC193B947FDD283DBD0C7EB044D8F06BAF8CAEC6C93E73B1B587282B9026EA877 HEAD_REF master - PATCHES 00001-windows-use-std.patch ) if(VCPKG_TARGET_IS_WINDOWS) diff --git a/ports/sparsehash/vcpkg.json b/ports/sparsehash/vcpkg.json index 697aa7b64..f43d9bd41 100644 --- a/ports/sparsehash/vcpkg.json +++ b/ports/sparsehash/vcpkg.json @@ -1,7 +1,6 @@ { "name": "sparsehash", - "version-string": "2.0.3", - "port-version": 1, + "version": "2.0.4", "description": "The sparsehash package consists of two hashtable implementations: sparse, which is designed to be very space efficient, and dense, which is designed to be very time efficient.", "homepage": "https://github.com/sparsehash/sparsehash" } diff --git a/versions/baseline.json b/versions/baseline.json index b53b9a48c..a27eb2f70 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6213,8 +6213,8 @@ "port-version": 0 }, "sparsehash": { - "baseline": "2.0.3", - "port-version": 1 + "baseline": "2.0.4", + "port-version": 0 }, "sparsepp": { "baseline": "1.22", diff --git a/versions/s-/sparsehash.json b/versions/s-/sparsehash.json index 9610c0454..558dd9bf1 100644 --- a/versions/s-/sparsehash.json +++ b/versions/s-/sparsehash.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "833f95be52924049168376714c59fd022ef9568c", + "version": "2.0.4", + "port-version": 0 + }, + { "git-tree": "e862d4c31bee927f18b012bb062e9d5282f77733", "version-string": "2.0.3", "port-version": 1 |
