Skip to content

Commit 125ed92

Browse files
authored
Merge pull request #245303 from Homebrew/bump-pyrefly-0.34.0
pyrefly 0.34.0
2 parents 7094122 + 0d5f43b commit 125ed92

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/p/pyrefly.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Pyrefly < Formula
22
desc "Fast type checker and IDE for Python"
33
homepage "https://pyrefly.org/"
4-
url "https://github.com/facebook/pyrefly/archive/refs/tags/0.33.1.tar.gz"
5-
sha256 "aa0dfbcb22b91c3910d5298a6889c4c4e2594bbe1234178949d140cdb341eb12"
4+
url "https://github.com/facebook/pyrefly/archive/refs/tags/0.34.0.tar.gz"
5+
sha256 "3869577fbd9ef3f6adfb8ced6d4b5f66017cd8e08e78bc356a9859ce811a9219"
66
license "MIT"
77
head "https://github.com/facebook/pyrefly.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "233729d516b4dd09431e15940c8c1c7d37577b701d4bc466098d49b0a7e78320"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "de470d67faa0f45c0242123cf703d5193177f23bef0274813f56a8e46f4a22ab"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cefd551bc94c0c9f330a3fb24762e40852444341265a32134bbfe6f5a6075bbc"
13-
sha256 cellar: :any_skip_relocation, sonoma: "6f70c965905c6690dded5ffe8fff2f4c1711cd2389bd294df087b9fee180bbf2"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "129de0bab74269b320728563b024dfb5f542e97a89d448b4d6becb5e36d0fc65"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4ad187b4e94c8297bf09c343b8d4ccb0b3bed5e2bed67df59de7f9b3620496e2"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "1f24b063197401c21a244903767ac707dcf079b2a72f38011f6333f8bd4f68d3"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0e65c178fa77ddde9e9de0700483291068aaea249ace2c4c57d061a7a10314a0"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "98ff16465d2729bf738d8dad56a5116c681e12709ee69f065edc74d41c137e0d"
13+
sha256 cellar: :any_skip_relocation, sonoma: "d15a0632a69c01ac7944e23082ae927cff8a76e4d4cba7b32f4c44aa214d2139"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "c4974326d5c0ef356e69b5fec548e0b407500f183b5aa101d985d198d6688087"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "79e2ea307af95f3395e193309c606761db5ccac4815a66854f9075d560920cb6"
1616
end
1717

1818
depends_on "rust" => :build

0 commit comments

Comments
 (0)