|
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.8.6.tar.gz" |
5 | | - sha256 "b92fa663b58089325bd0bd0d3732388adf7b9602beef54a24f0e7d9244c665a9" |
| 4 | + url "https://github.com/astral-sh/ruff/archive/refs/tags/0.9.0.tar.gz" |
| 5 | + sha256 "392a9e5bf717731bbf48e29174cb0e9e96c45c7037d0b54ded69a1ef867e41a8" |
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: "a6700757ce6f5965413006917e32d33980447959c303c1fab2fc56637bedd98b" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "92be224332a4fda0514fff4ce0bc773198176bb8af2889b86fe1defa00e43760" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "c1f3050d3f44b3f57e8376d8bb634bc0d71dcbdb5252cf4b8576c4e4203e7d78" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "7fff3cf42761e1b9c0e8a994385f326394a6ef3979fddf06da967824c8a9809f" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "f739000b63fb15a4e542fa354080ecbdadaa74a117491c179c3c3072d6cbc98a" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "361f369412a42255868af118adac32917d188258c7cafa8cf98fd2cc3f02365d" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5e86602622bf410c7be328e53a1a24638b7812562c543a2d80ecd61d5d962d67" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "29214cf601c5e5c6b53863e4bdd072689c57ee111f464a074eeb6fa9c02c6482" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "612e9c5bcd0eeafce7fbe07785ddaa6dc2e44fe81e6ab715626ec21f3cf665b9" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "0fe0087d673959b1f26bc99761c88226ea2d78bd8c5e8198396b35190279f649" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "3b546434e06851633c156133fc1754014e51e14e0bff3f0769f46c94d513953b" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "5c97625dd5b0ec74a90b40564dd765614349937b66de5e31be776e081db901e4" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "rust" => :build |
|
0 commit comments