|
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.9.2.tar.gz" |
5 |
| - sha256 "d47a61bbbfceda23ddd29dd0c3cb3bb55f240e80a7aa0ba944e7f9f3f6ed886f" |
| 4 | + url "https://github.com/astral-sh/ruff/archive/refs/tags/0.9.3.tar.gz" |
| 5 | + sha256 "b80486d27260530bc5ed1348f701e22a984dc15511add374e990b7e0dc5844c0" |
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: "321c76ee1af004603781e3951d08d7e62a2db45b49295c573cb691a76cce25c2" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a67231d0bc50934884870877c36f0cde87b85dfad8d8cd078a2c392edf9789e6" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "e4956d710e60d7f82a31a75ea6784572fed492f885038ab2eafbe46f2588fd1f" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "3ea9257ada89fbf9b1ad07bde315a67a00c749f2e4c90c5ea15def860e4ebfc8" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "77ead1ab9d917489c539760165cc82178cb96dabb44b206030dbcdde35a17756" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "c4af1c57c2c7d885ebb8e33551e5b1ff4fbb75d1ba8cd64de97b5a54061d2970" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2f39fa90e26b619423407a583d42c00078eb6a6b9b5550c790a0cd95232bd4e3" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d736f8cd33aa4b43e6e52dc6b6ba718fd2fd71a17c7fa7fd373f3fe786a202c" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "810215879118444c2ba217383197edb1f9eed868721f753bf85117147144c6ab" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "5ab64a4da5776c64968b3de8eeb347eb281ba84a6a085ccca962b775f26f31c8" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "3b37ee9e082b2e1e4027c96af6d4f3e51f9cd4eee8de6dd9fad430336b30f179" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "793df3f2a3257b9ada6e28852ecdfd24079367863260837fce47394207fbe2a5" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "rust" => :build
|
|
0 commit comments