diff options
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" } |
