diff options
| author | Gregory Popovitch <greg7mdp@gmail.com> | 2020-01-06 14:06:29 -0500 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2020-01-06 11:06:29 -0800 |
| commit | f122800c086036fe5277bfaf260c1e8ef9fe3e9e (patch) | |
| tree | c9bf3e0594a63c2594ad96e4ee3cd57a044edec8 /ports/parallel-hashmap/CONTROL | |
| parent | 140ddf37cdcc63d0b6cd32378c6e0323c73a58d1 (diff) | |
| download | vcpkg-f122800c086036fe5277bfaf260c1e8ef9fe3e9e.tar.gz vcpkg-f122800c086036fe5277bfaf260c1e8ef9fe3e9e.zip | |
[parallel-hashmap] Update to 1.30 (#9519)
* update parallel_hashmap version
* Update portfile.cmake
* Update CONTROL
* Update portfile.cmake for parallel_hashmap
* bump parallel-hashmap to latest github release
Diffstat (limited to 'ports/parallel-hashmap/CONTROL')
| -rw-r--r-- | ports/parallel-hashmap/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/parallel-hashmap/CONTROL b/ports/parallel-hashmap/CONTROL index 6d0aa3243..0796d2258 100644 --- a/ports/parallel-hashmap/CONTROL +++ b/ports/parallel-hashmap/CONTROL @@ -1,3 +1,3 @@ Source: parallel-hashmap -Version: 1.27 +Version: 1.30 Description: A header-only, very fast and memory-friendly family of C++ hash maps. |
