Skip to content

Commit

Permalink
Merge pull request Homebrew#198756 from Homebrew/bump-oxlint-0.13.1
Browse files Browse the repository at this point in the history
oxlint 0.13.1
  • Loading branch information
BrewTestBot authored Nov 23, 2024
2 parents 660d766 + b5b4c10 commit 50460e6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/o/oxlint.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Oxlint < Formula
desc "Suite of high-performance tools for JavaScript and TypeScript written in Rust"
homepage "https://oxc.rs/"
url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.13.0.tar.gz"
sha256 "7554f33a52582fcf0fc2e78fbea048bc718cbb481f8b2d0d82aaf8fe9b92edc7"
url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.13.1.tar.gz"
sha256 "1f7370f46cfe7def021029c16f033b596b36ba7dd55e84a137bb2911657e3782"
license "MIT"
head "https://github.com/oxc-project/oxc.git", branch: "main"

Expand All @@ -12,12 +12,12 @@ class Oxlint < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f9a919660075068f784af8657ea2a6d27b8b0382bb8c6c01c779e00dad71b5df"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a78a2b0f5ed9a16ae074e2a0d823fe158aa418ee6fff8c06428b2f8e86f2ac2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "116a6b67a595c55dd3ddd0515c03061500700a6d980981e12336c23fb9b707a4"
sha256 cellar: :any_skip_relocation, sonoma: "682bc3d976578f64db9920466acced8f2b7e7ceef77a3eb0191e1fb4bb99737e"
sha256 cellar: :any_skip_relocation, ventura: "541ba8aaaff8ebda5677e1f252333013dbe2cf1bbf286258421262305f616c2a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "002d852a0c39bc000fdd45f697598b9cfa50b3314866152fe67ceaaa399a947a"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9ab3dd7998e01ecbc3daaf58b4519fea30aae1ab042ef2268f9316ad67ece5b7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cfc7a03f95562592cbc5d2f453f7e0e9d41bebf2ec454c448f3da20083ec53af"
sha256 cellar: :any_skip_relocation, arm64_ventura: "19f7b920f4f551837f102b25da2a2d607ce1e568ed8c28f73b15a4f88b343e35"
sha256 cellar: :any_skip_relocation, sonoma: "01f2937801289116a54078d4649eeb9370f6aa5ff7d2926dd07bf2f075bc3620"
sha256 cellar: :any_skip_relocation, ventura: "8fb3fdd8c7ed5900db371182dca2630f69b0f4a4041d6f68be73fc569f45027b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8b9dff4defe5061c3faf1aa6c478ed79cb45878b81bc3f05d60f22aaa94b38ee"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 50460e6

Please sign in to comment.