|
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.5.3.tar.gz" |
5 | | - sha256 "7d3e1d6405a5c0e9bf13b947b80327ba7330f010060aaba514feecfd6d585251" |
| 4 | + url "https://github.com/astral-sh/ruff/archive/refs/tags/0.5.4.tar.gz" |
| 5 | + sha256 "562203b8d79585214a47104a37285758e38fa50def570dae685176298dc70066" |
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_sonoma: "b7ba9802a31e651ac9ca286d24898610889b94c31b773e6b2f70235438501a84" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "9b77086536d9cd582e793ab253cee3ff1f58fdbe08adb5e44cca55fd66d777fb" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_monterey: "318b5919a3db7d424fcf962ae0fc5fcbad6aedd864a9ea79276856971241f92a" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "e1b0297a1325f31e02395145e500dee5f6dcaee0ea4bbd1e2a587f394e75db37" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "b33ad225af62be5874f7212843fabf9b16879d42e9524d78a88b90ee1695e525" |
15 | | - sha256 cellar: :any_skip_relocation, monterey: "a3fa42932352954c4bc18a09f0f5a720a618b543ec9a366530b9350a6293f979" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "a4d2e053e0dd54e3ac379766e928f4c1965df021a87254c1417b92fd6bb60ddb" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f2b3883dc1737d9ca29b8950b1d7e14478dac63e1aba70b86f8a57a514dc49b1" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "0ce6a8f984062fed3f2d78f02e8af2743815299a5365e23b32dd0436af62ba92" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "8d53991b849c2cb2ecfaf6570b3ee9c28d9bf51cce43799bec031f120e81cfd3" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "d18d9c9f151e2377eb84d6e50a3e5ab5db286091e91daa0cdb44826158740cb4" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "4a69da525e929887006ea614813a617e9d10894643f2fe69f1db0c2faf20c28e" |
| 15 | + sha256 cellar: :any_skip_relocation, monterey: "732367f8e52b8cf47085abed857a9a3086500503fd34cb6b9f25d9bf9f80b207" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "7f501d0c5c77d00868d3839e4151b83762081bbc53c034b5be75c82a7427261b" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "rust" => :build |
|
0 commit comments