|
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.13.3.tar.gz" |
5 | | - sha256 "a9b65a8270dfd2d3d5009a94775227c1be1b13bab6110950681eb648a7de2512" |
| 4 | + url "https://github.com/astral-sh/ruff/archive/refs/tags/0.14.0.tar.gz" |
| 5 | + sha256 "c70834fa2c2ff7c9daae8f69010310be4f97d796b9caf9b9a3a83b3a82113193" |
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_tahoe: "37b7ce4a07cf1061fae8e3313e17065ef09c804dcdd1c648fabe2617fe05c557" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7743a0eb23280cadc0948964c1b9dce481e120d352f03ab83af6eb2fa168b08c" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cbaec8f1ed179a100f45d4819ed0175fc2dc9270089ca8d5f64813d1031a43ac" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "c33b8b6caa8ea702d41d9d84b19cddf78f919d7858d3e67785bbc9d993450ada" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "2a77e6c35827fc320e92781b52399a6e90a0105e7b3101c66a4c61cd97951f19" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "6eacf8a06e51f0035a97912ab51079918c061014ea819fadfa8cf3b0ad601589" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "98782235ffb40a3c52af7df472bb77b9756c19d7c5cd8ca153fc25df92b986d3" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bf08c3bc9a840938ed6810430a46f5b366fb2f86b93717f4ea1c63147d1598cd" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "148b08547c1a94e39f299af8105217fc985c159019b43504d1cd57e76941638f" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "8f2f3cc55671e79ad6b8ae62deed25ea66b0b7d4e4c5eb9b9ad56330a52a3e16" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "4feb1cc83e2e7e9120d1446b38c3b6815683784df1f6aa6571d5751b1d9ea314" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "945fa83e0214cf62ddac2b5557eceb41fcc3ad56633c5b2b2f5ce09745eb961b" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "rust" => :build |
|
0 commit comments