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 ac7c2b6 commit e9e5e4bCopy full SHA for e9e5e4b
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.0.tar.gz"
5
- sha256 "5fd485bfdb83261143e6d0ad8967bf779cf99eda6747ac198d861f3b8e4a1e46"
+ url "https://github.com/RoaringBitmap/CRoaring/archive/refs/tags/v4.4.1.tar.gz"
+ sha256 "640d8e2107a4143000b39bd011d026e81d80e8409abe65ed0684837776f60969"
6
license "Apache-2.0"
7
head "https://github.com/RoaringBitmap/CRoaring.git", branch: "master"
8
0 commit comments