Skip to content

Commit b9bd0d3

Browse files
committed
croaring 4.4.2
1 parent 1961a46 commit b9bd0d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/c/croaring.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Croaring < Formula
22
desc "Roaring bitmaps in C (and C++)"
33
homepage "https://roaringbitmap.org"
4-
url "https://github.com/RoaringBitmap/CRoaring/archive/refs/tags/v4.4.1.tar.gz"
5-
sha256 "640d8e2107a4143000b39bd011d026e81d80e8409abe65ed0684837776f60969"
4+
url "https://github.com/RoaringBitmap/CRoaring/archive/refs/tags/v4.4.2.tar.gz"
5+
sha256 "11cc5d37b2d719e02936c71db83d3a5d1f3d27c59005348f4ee6417a63617b77"
66
license "Apache-2.0"
77
head "https://github.com/RoaringBitmap/CRoaring.git", branch: "master"
88

0 commit comments

Comments
 (0)