Skip to content

Commit

Permalink
[roaring] update to 4.2.1 (#41634)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua authored Oct 18, 2024
1 parent f332b3f commit 317e219
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/roaring/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion ports/roaring/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7917,7 +7917,7 @@
"port-version": 1
},
"roaring": {
"baseline": "4.1.3",
"baseline": "4.2.1",
"port-version": 0
},
"robin-hood-hashing": {
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/roaring.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4f909ea11609b7ecc39adb23a0397a33b30ec669",
"version": "4.2.1",
"port-version": 0
},
{
"git-tree": "3d86b5e35bc1f6655fe75db03d7ed895f1050831",
"version": "4.1.3",
Expand Down

0 comments on commit 317e219

Please sign in to comment.