|
1 | 1 | class Ruff < Formula |
2 | 2 | desc "Extremely fast Python linter, written in Rust" |
3 | 3 | homepage "https://docs.astral.sh/ruff/" |
4 | | - url "https://github.com/astral-sh/ruff/archive/refs/tags/0.7.2.tar.gz" |
5 | | - sha256 "e678307f10bd316f4bc8f0ca7419646e04be25b387f1ff84ea4470d482e240ba" |
| 4 | + url "https://github.com/astral-sh/ruff/archive/refs/tags/0.7.3.tar.gz" |
| 5 | + sha256 "6b2aa675bb50124f636bda2c671f3394a8cfc7bf32d2fce63f852f7d43ce4810" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/astral-sh/ruff.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "08081ef6aae9dfc503389bc01488827fe3add0b8923d235632069bac90e11cac" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "85bdc489dd9b937c522c67dea87810676ecc8b8e29552dfba259b55336a235c3" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "07293efe0149007c6876dad16c71c6bd046a7825f1010858c75a152d02d95802" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "d329661e8dd0cfb1cf285dff66420e7c4d1377d0305d7e70ea80107868286393" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "28e86ee34c3bd5e99bff32da84fa970d9ca4a344832e52e6138470e12120443f" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "2057938fa6efdd07173394b7454b29296bead1889704f34c83d0710d74152150" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "31e3d1faeb5a76295592506e8ccc5afdf9dd6e3877e1d93e21ae8ba2169b48dd" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f7dce309eb9f381e4b197b1a1bbe574057c46271d3ec76c74a1fba18c4d0652c" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "669fa75573372d5c7b83d7a54b67ddae80bdba65fccb3af010331907ff232066" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "5d9580787108a3936822bdd6ec0ba65a73715d2c95dc4a3059443f2e8d36078b" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "ce0cef1750f597dfc7788495fba7a713f142a37b055b0ea590b1f3ca8f4b61ed" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "a06a5798975c0a5f98f862f4e72f64017ddf3b1581fa5cd2f586b09d3e37070b" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "rust" => :build |
|
0 commit comments