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 /ports | |
| 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>
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/sparsehash/portfile.cmake | 5 | ||||
| -rw-r--r-- | ports/sparsehash/vcpkg.json | 3 |
2 files changed, 3 insertions, 5 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" } |
