Skip to content

Commit

Permalink
Merge pull request #197747 from flow-bot/v0.253.0
Browse files Browse the repository at this point in the history
flow 0.253.0
  • Loading branch information
BrewTestBot authored Nov 14, 2024
2 parents adf025a + 7ae9a5a commit 32fee00
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/f/flow.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Flow < Formula
desc "Static type checker for JavaScript"
homepage "https://flow.org/"
url "https://github.com/facebook/flow/archive/refs/tags/v0.252.0.tar.gz"
sha256 "4fd818eefb77e00386f66404ead4b580de87285199865d2cdc6fe92768c30a97"
url "https://github.com/facebook/flow/archive/refs/tags/v0.253.0.tar.gz"
sha256 "f6d16b419816af64b4d218d367faa8437233334bf0a43a22e604071ff3cbdd79"
license "MIT"
head "https://github.com/facebook/flow.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "54045a849c80f349ba66599eaa646f6d1f7ac7d1e49d294a90dfc0f6782301bb"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3101304b30caad783479aa215f231273d8efd90e98174e651f0d33b9d5225671"
sha256 cellar: :any_skip_relocation, arm64_ventura: "40d5ba0730f21db885aa01aa0b08d17bb305ab811c72e8add4c1e3cf2a52ccd2"
sha256 cellar: :any_skip_relocation, sonoma: "7fcf9780484136ace89650ccf745a57a913ffa69d887740a4f7e6393ad31675e"
sha256 cellar: :any_skip_relocation, ventura: "c32acfb2aa09170db356f69c5cf198db398a13b57aa2dea7ca92a575d149e6b4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8b1b0f840e81146a94aa7ef68e74f391689db663d7aa5856f7e7c1ca40c7c91d"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "949b8db0748e81179085bf27ae9c748ad8e5bd047e2e277979ad4dad361d9001"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f2705d7dec7e20ec30fe3996b285469ae3616f0b1fbde9b4062aa389ad4b0296"
sha256 cellar: :any_skip_relocation, arm64_ventura: "336aa218b976052fa559ad7cdd42ff6b96f49d59e8d9700aec0bff269be9a736"
sha256 cellar: :any_skip_relocation, sonoma: "23809641a901c9d7306863dc1d3ae62032ef17faf97368e5443dce08b88f3891"
sha256 cellar: :any_skip_relocation, ventura: "07ce79130c352537d7a302965c4cf371cab9380754d5ea353f6badfebb02ae07"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6c772b44a07ddcc9b1f927cd8335e4b51e2f443ef257b00eb75ac8eddd01c666"
end

depends_on "ocaml" => :build
Expand Down

0 comments on commit 32fee00

Please sign in to comment.