|
1 | 1 | class Flow < Formula |
2 | 2 | desc "Static type checker for JavaScript" |
3 | 3 | homepage "https://flow.org/" |
4 | | - url "https://github.com/facebook/flow/archive/refs/tags/v0.312.0.tar.gz" |
5 | | - sha256 "2b944127ddd58ce522faa3704b8e456c02d75f6e4fb2562e2d4eef627a4e0994" |
| 4 | + url "https://github.com/facebook/flow/archive/refs/tags/v0.312.1.tar.gz" |
| 5 | + sha256 "a5e9ada75f319b1044e28009db2226ce35678706448d6add6d8f50de60da6c7f" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/facebook/flow.git", branch: "main" |
8 | 8 |
|
9 | 9 | no_autobump! because: :bumped_by_upstream |
10 | 10 |
|
11 | 11 | bottle do |
12 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "91392835645418cd45c968d95123715d4176140c5a26fa69c80b90e402a1c8af" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7770af9e01845620163368d623df392f81d245d6efe150262eded311f6b646d6" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c4c859ca2772ddc871feeacf692a5edb7c1027b767176bd25fe40bff83a7f3b7" |
15 | | - sha256 cellar: :any_skip_relocation, sonoma: "517e8c347d37a10c979e3bbc2dd337afb92a77696095cbfcb80e00ec09918d1b" |
16 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "39c8f505c182cd07c798ea1237aba6eb266bcb0afe1db932dc467c1d14df0fdf" |
17 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "827533ab315f694ee06a5f550f83c4dffb6ed8f7c0b65a35a177d9bb98a2cf68" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "40ac2ac977d19ab6b317c37f70fd264fc16642d37cb29f308b84a5173d32fff3" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7a0830d3a2449726f2ad51f1f14ebc2f107cbf93b7efc9d6f419fc033cd33cf4" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "366e1d01ca9c312166ce1b16f6ccf4f67396d5ab7bcb9a7aaccb5015c487d1c9" |
| 15 | + sha256 cellar: :any_skip_relocation, sonoma: "301f0aa73ff513d2639a8b9972b1d8123bad4283a6ec08fcaa3f07cdcd79fafc" |
| 16 | + sha256 cellar: :any_skip_relocation, arm64_linux: "24b2e2d17fd72e8b712421523b74c7f81769fdbc25f6e6e5e91c4e2ec1a58fd4" |
| 17 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "f5e0c4a5a1c3b8b48e196a4dd809ef18a0ee85344e754e841dac7ad301397381" |
18 | 18 | end |
19 | 19 |
|
20 | 20 | depends_on "ocaml" => :build |
|
0 commit comments