Skip to content

Commit

Permalink
new bottles for x86 on ventura
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeamer committed Jun 6, 2023
1 parent 176c604 commit 94eac5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions riscv-gnu-toolchain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ class RiscvGnuToolchain < Formula

bottle do
root_url "http://riscv.org.s3.amazonaws.com/bottles"
rebuild 12
sha256 ventura: "d38930d0e52ed36c72f2985fc5cc0b032f0109e745bbfa35c3cf485428687736"
rebuild 13
sha256 ventura: "bc5339e65688bbe7e77953daa63cc681fbd6df3a8a1f75d6e0f1d904751e0d83"
end

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

bottle do
root_url "http://riscv.org.s3.amazonaws.com/bottles"
rebuild 14
sha256 cellar: :any, ventura: "02b56f3cace2ad901f2bea580a5d041815742d79e7cde5167e363f4df108159f"
rebuild 15
sha256 cellar: :any, ventura: "4764b4ab32f33fb4ecd5f1a30a5f15a85409083844afd415431d26a1c3f17b19"
end

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

bottle do
root_url "http://riscv.org.s3.amazonaws.com/bottles"
rebuild 12
sha256 cellar: :any_skip_relocation, ventura: "4ef896ae9c3f097a68a43e7c39183d964822ad484c0e84af4d16280b9460f8f4"
rebuild 13
sha256 cellar: :any_skip_relocation, ventura: "5e8708bcec07140f76ba6d2509225241bc2df01f5f0da62003c700416978fe6a"
end

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

0 comments on commit 94eac5c

Please sign in to comment.