|
1 | 1 | class Burrow < Formula |
2 | 2 | desc "Kafka Consumer Lag Checking" |
3 | 3 | homepage "https://github.com/linkedin/Burrow" |
4 | | - url "https://github.com/linkedin/Burrow/archive/refs/tags/v1.9.4.tar.gz" |
5 | | - sha256 "2881112e8fb4e5a662389a582c6044ed0e3359a03e26f446b8242929a7f82423" |
| 4 | + url "https://github.com/linkedin/Burrow/archive/refs/tags/v1.9.5.tar.gz" |
| 5 | + sha256 "9d9b7502cfbee6038af80c3bbfa651ae2437f07ec0756aa2b6c874d516b4ffae" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/linkedin/Burrow.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "fea73dcbf2cb990d1c0c98695f2f26c29fde6a6a333b29f3bfaa8e604dec5def" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "63c277d2114d19c72bcd48525fefa763e967cd35b0254f41b9fd1e7e4d320cf8" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0fd6704cb95d0e1812e76fa40e6668e1514d425f2c4f2e256153466cb5953c0f" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "4e82bd82d515ddcec9ba8dc4644989438ae266b9a0b9d56254561d4999369c4d" |
14 | | - sha256 cellar: :any_skip_relocation, sonoma: "00d6a0fe41ae667421f4b20d13cbedf294cbdd0201808195bfe788c70cdc1217" |
15 | | - sha256 cellar: :any_skip_relocation, ventura: "b7ef8f3dc4e0da995455d8889a06b243a68fd850951286a43eae18c95731b467" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "c5f3ab59d96b041b0ec3941520ea39accc326d4f1d7b3262fc9e4bae54e6b50f" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "5b86ff8deae33789a7977472252996ce9bed5b9297186b7e3ada18b8ccb34531" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "96d98011b5b9e0943087196c71dbcf60904ab9e4e22602baeea422a96e488620" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ed299aece4ff3ffe4f5c676b3b2afda41d5d8a97dc937e3babceef7387dce6a7" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "261a4bfe121fa8af48ee190fdab037c5c16d65a5ee672d9b3a9cb90c68260e54" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "1701af844c34f0f248f80cf39e42f0f75c29b39ca976acc8a129c8a382eb5168" |
17 | 15 | end |
18 | 16 |
|
19 | 17 | depends_on "go" => :build |
|
0 commit comments