Skip to content

Commit

Permalink
add arm bottle
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Sep 3, 2023
1 parent 5f1fb5c commit 97c3f5f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Formula/v8-static.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ class V8Static < Formula

bottle do
root_url "https://github.com/autobrew/homebrew-cran/releases/download/v8-static-11.7.439.14"
sha256 cellar: :any_skip_relocation, ventura: "a373e84707429869026bcddb9b5e9186b76a019fe9da2604fc02c3d412bc450d"
sha256 cellar: :any_skip_relocation, monterey: "6024fe33f3c82a3a919c63a3029f7db9adc2902ac7e1752237aef9b45a8c9424"
sha256 cellar: :any_skip_relocation, big_sur: "3edb1292162ef7101ea0232d82e75fe56045b3df63137fdd9c62ae345da179a7"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "babd5f6860236645b041950bfdf6655334e0b66c5147609c91ef6ee977252ab1"
sha256 cellar: :any_skip_relocation, ventura: "a373e84707429869026bcddb9b5e9186b76a019fe9da2604fc02c3d412bc450d"
sha256 cellar: :any_skip_relocation, monterey: "6024fe33f3c82a3a919c63a3029f7db9adc2902ac7e1752237aef9b45a8c9424"
sha256 cellar: :any_skip_relocation, big_sur: "3edb1292162ef7101ea0232d82e75fe56045b3df63137fdd9c62ae345da179a7"
end

depends_on "ninja" => :build
Expand Down

0 comments on commit 97c3f5f

Please sign in to comment.