Skip to content

Commit 3670269

Browse files
authored
Merge pull request #278545 from Homebrew/bump-oxlint-1.61.0
oxlint 1.61.0
2 parents fa49e2d + a6fe730 commit 3670269

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Formula/o/oxlint.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Oxlint < Formula
22
desc "High-performance linter for JavaScript and TypeScript written in Rust"
33
homepage "https://oxc.rs/"
4-
url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v1.60.0.tar.gz"
5-
sha256 "6fdf2a92c26fa9a9f786257abea9822592ce5d3b9353af8e4592ce968a17e294"
4+
url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v1.61.0.tar.gz"
5+
sha256 "778957177f920bfce7da6af97d5a2c1daae057a95528b1392f489b3f896d00f0"
66
license "MIT"
77
head "https://github.com/oxc-project/oxc.git", branch: "main"
88

@@ -12,12 +12,12 @@ class Oxlint < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "98efe8fc1f6086ce029881c4ca48e3bfaff2d4a28c1c03feb8e7500fc23e3234"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc813336c2adbb7a9985408bb9dc5edf938706cf812b6ea126108cf1f20594f2"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7de224d6cb711365703f715d8d2398a2a0d5c318badfa51eb43013537ab16c05"
18-
sha256 cellar: :any_skip_relocation, sonoma: "b3e06808ab857e403cf791daee1877e88b16cf65354f18d69895d59cf42c4d4d"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "be416d8f5083f0f56230bb602324114eed949ea79b68b48e7c1764731690bc31"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "11980852208526bb0c8372566b0c1bec9c217c6f2527ea93f439a727a91d2cc0"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "f052794fb9ddef8fb582ffa0b35462b00933ff0b0e4d98a7b60d852ef23711fc"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6b179438de4033c723c01bf327f793c5fc2eb495c3dfe1b5d69a6fcca0d375f1"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "43bc8f70c17e949ac8451811547c07d910c5fa33dc9d27a71bbe21dfdcb93989"
18+
sha256 cellar: :any_skip_relocation, sonoma: "282488e1edea88e132fa96b01ecd4cfb838cbdf728c0977947f7cbd1933917d8"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "6978db67b1d169595e50a0a471fa0118a8a9d08334a82df1695db3f5c29a3a1e"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3f70e6b1fae9b13c66c8e340367283e74cceec2852219947db57f5b775a63127"
2121
end
2222

2323
depends_on "rust" => :build

0 commit comments

Comments
 (0)