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 5d3c644 commit 6364ab8Copy full SHA for 6364ab8
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.3.5.tar.gz"
5
- sha256 "fd5afacb174322ce45bea333076440e615fb8cc2751b537c8051ac2d39f52b1e"
+ url "https://github.com/RoaringBitmap/CRoaring/archive/refs/tags/v4.3.6.tar.gz"
+ sha256 "d9c63e6fa06630cd626be004a226bea15eb4acba6740a46f58c6b189fa5d49b3"
6
license "Apache-2.0"
7
head "https://github.com/RoaringBitmap/CRoaring.git", branch: "master"
8
0 commit comments