[roaring] Update to 3.0.1 (#38504)

Includes fix for Android NDK r26.
This commit is contained in:
Kai Pastor 2024-05-03 07:01:19 +02:00 committed by GitHub
parent fd95153089
commit 432c2ba507
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO RoaringBitmap/CRoaring
REF "v${VERSION}"
SHA512 c04ef4003025451ac68ee92a60aa4274a111f6b6956e9ebd4c9f6d5d10c95a7f9d81dd581ba49948fca895be00a9d456f683db82b9a33908d8a599f437c30b7c
SHA512 3c07606edd201ef94a6fb783ffaeef4ea47edbde372dc0be69399c9fa432b70af04247b70b410737373239dd993c44af7322c685f4fb699198a728a68407fd0a
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "roaring",
"version": "3.0.0",
"version": "3.0.1",
"description": "A better compressed bitset in C (and C++)",
"homepage": "https://github.com/RoaringBitmap/CRoaring",
"license": "Apache-2.0 OR MIT",

View File

@ -7721,7 +7721,7 @@
"port-version": 0
},
"roaring": {
"baseline": "3.0.0",
"baseline": "3.0.1",
"port-version": 0
},
"robin-hood-hashing": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3802168890217c493a9010f4cc1f9eeb5f3e729d",
"version": "3.0.1",
"port-version": 0
},
{
"git-tree": "16e32a026e04f3343d6a94721c5dd643f3bf75eb",
"version": "3.0.0",