Skip to content

Commit 6364ab8

Browse files
committed
croaring 4.3.6
1 parent 5d3c644 commit 6364ab8

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.3.5.tar.gz"
5-
sha256 "fd5afacb174322ce45bea333076440e615fb8cc2751b537c8051ac2d39f52b1e"
4+
url "https://github.com/RoaringBitmap/CRoaring/archive/refs/tags/v4.3.6.tar.gz"
5+
sha256 "d9c63e6fa06630cd626be004a226bea15eb4acba6740a46f58c6b189fa5d49b3"
66
license "Apache-2.0"
77
head "https://github.com/RoaringBitmap/CRoaring.git", branch: "master"
88

0 commit comments

Comments
 (0)