[libcuckoo] Update version to v0.3 (#14462)

* update libcuckoo version to v0.3

* Update ports/libcuckoo/CONTROL

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update ports/libcuckoo/CONTROL

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update ports/libcuckoo/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
This commit is contained in:
Rayan 2020-11-10 07:21:34 +08:00 committed by GitHub
parent 9336ae3df6
commit f9fd4b13ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,4 @@
Source: libcuckoo
Version: 2018-12-24-1
Version: 0.3
Description: A high-performance, concurrent hash table
Homepage: https://github.com/efficient/libcuckoo

View File

@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO efficient/libcuckoo
REF f3138045810b2c2e9b59dbede296b4a5194af4f9
SHA512 b1682b7175b2a7fd22c34cbaf9770f2f1bfb3f0d1be046338a8a489c302f0434ca1cbf2ffe5845e09aba132b0be6a1d6472b66b4518bb172b82af93a9d27cd21
REF 8785773896d74f72b6224e59d37f5f8c3c1e022a
SHA512 e47f8fd132ee2acf347ee375759f96235cd090fdb825792f994ff5eb4d8fed55b8e8bea8d293ec96c1a5f1b46d19c6648eaf2482e482b7b9c0d6dc734bc2121d
HEAD_REF master
)