Skip to content

Commit

Permalink
[roaring] update to 4.1.3 (microsoft#41078)
Browse files Browse the repository at this point in the history
  • Loading branch information
c8ef authored Sep 19, 2024
1 parent 2587342 commit ca4dec2
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 6a81d4425f9dd422aafc04b49ca5f70ca87f1cc64be15b936ffd89fe23c3b50c6a615e9af5ccdcdd5f5ad5851d2de762b8fb3412c65b243c12acb7abcb3bce58
SHA512 632bdc7dd4f66a5034653ebcf17532e680a07f05456640ceea704d3b0f360b3d514a68bf513074f9f3b23e06cfa06814f0df0337003f70f33768c041bc5e82c5
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.2",
"version": "4.1.3",
"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 @@ -7909,7 +7909,7 @@
"port-version": 1
},
"roaring": {
"baseline": "4.1.2",
"baseline": "4.1.3",
"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": "3d86b5e35bc1f6655fe75db03d7ed895f1050831",
"version": "4.1.3",
"port-version": 0
},
{
"git-tree": "8e8e8dad98996839e8fbab2a942466556deb3335",
"version": "4.1.2",
Expand Down

0 comments on commit ca4dec2

Please sign in to comment.