|
1 | 1 | class Croaring < Formula
|
2 | 2 | desc "Roaring bitmaps in C (and C++)"
|
3 | 3 | 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" |
6 | 6 | license "Apache-2.0"
|
7 | 7 | head "https://github.com/RoaringBitmap/CRoaring.git", branch: "master"
|
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "cmake" => :build
|
|
0 commit comments