mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-23 23:49:06 +08:00
[roaring] update to 4.2.1 (#41634)
This commit is contained in:
parent
f332b3fda2
commit
317e2199f2
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO RoaringBitmap/CRoaring
|
||||
REF "v${VERSION}"
|
||||
SHA512 632bdc7dd4f66a5034653ebcf17532e680a07f05456640ceea704d3b0f360b3d514a68bf513074f9f3b23e06cfa06814f0df0337003f70f33768c041bc5e82c5
|
||||
SHA512 59fe65fb79b8d0367a3e3f80deef332487060f16cd8f92151dd6282fda9a18b15221e4a2a39b361e0e34363445a9c5c7e19a38d8218cbb273c92cc4b5ac92720
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "roaring",
|
||||
"version": "4.1.3",
|
||||
"version": "4.2.1",
|
||||
"description": "A better compressed bitset in C (and C++)",
|
||||
"homepage": "https://github.com/RoaringBitmap/CRoaring",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -7917,7 +7917,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"roaring": {
|
||||
"baseline": "4.1.3",
|
||||
"baseline": "4.2.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"robin-hood-hashing": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4f909ea11609b7ecc39adb23a0397a33b30ec669",
|
||||
"version": "4.2.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "3d86b5e35bc1f6655fe75db03d7ed895f1050831",
|
||||
"version": "4.1.3",
|
||||
|
Loading…
Reference in New Issue
Block a user