This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 68da2044a68 [chore](3rd) update CRoaring bitmap version to 2.1.2
(#30697)
68da2044a68 is described below
commit 68da2044a68c92f644db652da6c4e1dff4996a68
Author: Jerry Hu <[email protected]>
AuthorDate: Thu Feb 1 21:28:02 2024 +0800
[chore](3rd) update CRoaring bitmap version to 2.1.2 (#30697)
---
thirdparty/vars.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index 9a72543dfcf..875861d8527 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -277,10 +277,10 @@ BITSHUFFLE_SOURCE=bitshuffle-0.5.1
BITSHUFFLE_MD5SUM="b3bf6a9838927f7eb62214981c138e2f"
# croaringbitmap
-CROARINGBITMAP_DOWNLOAD="https://github.com/RoaringBitmap/CRoaring/archive/refs/tags/v0.4.0.tar.gz"
-CROARINGBITMAP_NAME=CRoaring-0.4.0.tar.gz
-CROARINGBITMAP_SOURCE=CRoaring-0.4.0
-CROARINGBITMAP_MD5SUM="7c5cb6f2089cedc5ad9373f538a83334"
+CROARINGBITMAP_DOWNLOAD="https://github.com/RoaringBitmap/CRoaring/archive/refs/tags/v2.1.2.tar.gz"
+CROARINGBITMAP_NAME=CRoaring-2.1.2.tar.gz
+CROARINGBITMAP_SOURCE=CRoaring-2.1.2
+CROARINGBITMAP_MD5SUM="419bfbafdf93e9a7e6cdc234454908fc"
# fmt
FMT_DOWNLOAD="https://github.com/fmtlib/fmt/archive/7.1.3.tar.gz"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]