Skip to content

Commit

Permalink
Releasing danger-js version 12.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danger committed Feb 11, 2025
1 parent ae6ce2b commit eaefc1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions danger-js.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ class DangerJs < Formula
homepage "https://github.com/danger/danger-js"

if Hardware::CPU.intel?
url "https://github.com/danger/danger-js/releases/download/12.3.3/danger-macos-x64.zip"
sha256 "cd4944ea5d3de4d6e82a7c616cac29d5c5730d514fa0049a60eeec34003a5727"
url "https://github.com/danger/danger-js/releases/download/12.3.4/danger-macos-x64.zip"
sha256 "bd4964316891e026c52671b265b8572eddd7033741f31c65b42d37e8b87d3fe8"

def install
bin.install "danger-x64" => "danger"
end
end

if Hardware::CPU.arm?
url "https://github.com/danger/danger-js/releases/download/12.3.3/danger-macos-arm64.zip"
sha256 "e3e21069bd7d8383b0ff3d62816113e0af9c25c94b926cfce48b0fd9da92c7c3"
url "https://github.com/danger/danger-js/releases/download/12.3.4/danger-macos-arm64.zip"
sha256 "620b08eb3fab84aa70a0329b10221b87af6ee0a8d60d8f696bda384ed8e17ae6"

def install
bin.install "danger-arm64" => "danger"
Expand Down

0 comments on commit eaefc1e

Please # to comment.