Skip to content

Commit 02cf3c5

Browse files
authored
Merge pull request #246969 from Homebrew/bump-croaring-4.4.1
croaring 4.4.1
2 parents 0e8009a + 8958f4c commit 02cf3c5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/croaring.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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.0.tar.gz"
5-
sha256 "5fd485bfdb83261143e6d0ad8967bf779cf99eda6747ac198d861f3b8e4a1e46"
4+
url "https://github.com/RoaringBitmap/CRoaring/archive/refs/tags/v4.4.1.tar.gz"
5+
sha256 "640d8e2107a4143000b39bd011d026e81d80e8409abe65ed0684837776f60969"
66
license "Apache-2.0"
77
head "https://github.com/RoaringBitmap/CRoaring.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any, arm64_tahoe: "5ee8719bf1769488cae0e8e6c31292b4e52f65a07d2fd18307417c6f39f26407"
11-
sha256 cellar: :any, arm64_sequoia: "f1c560aa56fd1551a942192277672b18212eedf950775fa40700c46be361da74"
12-
sha256 cellar: :any, arm64_sonoma: "edb5787dd7460788c57a0d17af647d6e717a0fb8b4fc266d323872111cab463f"
13-
sha256 cellar: :any, sonoma: "3f5197251c9427e0f8f43209663d988e811b7dd40504cdeb42e19058cdd6def6"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "c608a9160fff05ef3241f4429d2bc5d5dc2763a9fb30b77265f43ea979c5d851"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5fdf0b7b59640c136e80b0083f33da3bac92c8aad52df7caa46c6c30610a4376"
10+
sha256 cellar: :any, arm64_tahoe: "c68545b1e2500dac01cd2779c970e8b8f9a2243b44f12234b2036553c5f27035"
11+
sha256 cellar: :any, arm64_sequoia: "e049bf4a718f9ec125635ec765bb04115a85dfd3b0acf8f11efc61d87d0f8069"
12+
sha256 cellar: :any, arm64_sonoma: "011856b292b0a7cd301f3b931cab058020e4fb7440670707f6ce53a40dd6328b"
13+
sha256 cellar: :any, sonoma: "9cc79eb2f04da6e884e017ab4b583ffd687a2a25b97e6560411612c97545cf73"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "985bd886e3a7da4461f731c8ee5e7b226169fd1baa3a1fb62f4e7401d74a5e6b"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7ffe65fa6d1a0308224e8416bfb80d2a8877f80776d1cac3f077843fe420b326"
1616
end
1717

1818
depends_on "cmake" => :build

0 commit comments

Comments
 (0)