We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1961a46 commit b9bd0d3Copy full SHA for b9bd0d3
Formula/c/croaring.rb
@@ -1,8 +1,8 @@
1
class Croaring < Formula
2
desc "Roaring bitmaps in C (and C++)"
3
homepage "https://roaringbitmap.org"
4
- url "https://github.com/RoaringBitmap/CRoaring/archive/refs/tags/v4.4.1.tar.gz"
5
- sha256 "640d8e2107a4143000b39bd011d026e81d80e8409abe65ed0684837776f60969"
+ url "https://github.com/RoaringBitmap/CRoaring/archive/refs/tags/v4.4.2.tar.gz"
+ sha256 "11cc5d37b2d719e02936c71db83d3a5d1f3d27c59005348f4ee6417a63617b77"
6
license "Apache-2.0"
7
head "https://github.com/RoaringBitmap/CRoaring.git", branch: "master"
8
0 commit comments