|
1 | 1 | class Pyrefly < Formula |
2 | 2 | desc "Fast type checker and IDE for Python" |
3 | 3 | homepage "https://pyrefly.org/" |
4 | | - url "https://github.com/facebook/pyrefly/archive/refs/tags/0.60.2.tar.gz" |
5 | | - sha256 "7e97ee8276800d689069e44051dff5e89e970b0af44b0c824afe7e05d63cac20" |
| 4 | + url "https://github.com/facebook/pyrefly/archive/refs/tags/0.61.0.tar.gz" |
| 5 | + sha256 "e8b77c4eba9c40a4bce7543431febb1b238bb881ab9b24908229d2156e31fb2f" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/facebook/pyrefly.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "7b38e618bcae61ffca582eda7a9ef82a87d8a3a5f42b619dfb2ec0dac3448b09" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7ee4261a06517d53893938ffa1530d196f155e71ec8ae10cd302dc4565253444" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f0db868a234ffa5b8debc1822d27cf6cefa22c6ebb057940674e654a867b06fe" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "a7d2a4362e7b3c47ea97155e95050ea41a44666474fc0f0aeb84c7db585e352c" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "c3cb4e1b2bb9f671ca4f73a0126cfda1cb0c42f13bb7b4ed4a8ed2b9ed203203" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "09f4ca5b2dc538299d57b0ea91dc04bb0f882584e5a2a5d321c267e0c854c64a" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "0ec0496d5114023344fd6af53918cb034ceda45bfd6ad431ae47df6a5de6f5ea" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "116c605f7e1af46850f053c2190b1932e4bea095c305f7775c0030c7b7140f77" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "06f8c82ac98f37a27e5ba713768ad16e5bc8919c0528478f67c18afba6399cf6" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "3be564949cee13485b7d2c4a4a8af59595eb9a588f5abff9f4075c77a95425ee" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "1bea8ecd889d1ee913adccc91d6a5c3fd24e314194b39198ad7e8f2d574b4f35" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "cf2852280ad9f3b25a08a4f758244a5f7c1dcca3b49ded19edaa64b7b1d4b399" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "rust" => :build |
|
0 commit comments