Skip to content

Commit

Permalink
new bottles
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeamer committed Oct 26, 2024
1 parent e5c1d9a commit 355dda2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions riscv-gnu-toolchain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class RiscvGnuToolchain < Formula

bottle do
root_url "http://riscv.org.s3.amazonaws.com/bottles"
rebuild 15
sha256 sonoma: "ef2e103e306aa3e4794d8bd5609618835e10260a44fe4502fe7d30beddf0f509"
sha256 arm64_sonoma: "0131cce13fae8b9c40d48b2b7cee3682bf1def0430281a2af7f7f8569efb93ac"
rebuild 16
sha256 sonoma: "7c76abd3d8d9b5ec5d0dfad477392f6db5d03ad31b5a134172f01f0a915661e5"
sha256 arm64_sonoma: "7068979f67b8a11364dc52346afcca3d148d356d40f3204850f761ce760a430c"
end

# enabling multilib by default, must choose to build without
Expand Down
6 changes: 3 additions & 3 deletions riscv-isa-sim.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ class RiscvIsaSim < Formula

bottle do
root_url "http://riscv.org.s3.amazonaws.com/bottles"
rebuild 17
sha256 cellar: :any, sonoma: "11f640bb01a1b3ad864ab689257e1ae684b281f035d1343d9b415761e6b4cd23"
sha256 cellar: :any, arm64_sonoma: "471cd017418fb75b8b2f6eb6e6d79952f9741b7c6c70782267aa95fedff0b58f"
rebuild 18
sha256 cellar: :any, sonoma: "32d5d92db762460ec2182ba8471c63b1d57aba464ce3e9c59ea4d6dd831670f1"
sha256 cellar: :any, arm64_sonoma: "91058c888d5c12e05443550139edab82e1329100bf18adf26c7508cff80b79ac"
end

depends_on "dtc"
Expand Down
6 changes: 3 additions & 3 deletions riscv-pk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ class RiscvPk < Formula

bottle do
root_url "http://riscv.org.s3.amazonaws.com/bottles"
rebuild 15
sha256 cellar: :any_skip_relocation, sonoma: "45ab4dd82407aee685ffbd049ad0df0cfced02e4e3c207b4d8d2e91e4ad91351"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bca6e44547bbc7febc10f0004a007a7c0eb99e239ae99790b83c7d82a0adfbad"
rebuild 16
sha256 cellar: :any_skip_relocation, sonoma: "8b113d5d62273085c243fa6c3dd016ee4e2bf7cb5200b7f893e6f8668d72ccf3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "54449a5b098c42e5b147474b7db7b7d66609f9fbb9f2c15db3b5d5200128c749"
end

depends_on "gnu-sed" => :build
Expand Down

0 comments on commit 355dda2

Please sign in to comment.