Skip to content

Commit

Permalink
bump bottles for x86 on macos 13
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeamer committed Dec 7, 2023
1 parent 1f1d243 commit d993f4a
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 13
sha256 ventura: "bc5339e65688bbe7e77953daa63cc681fbd6df3a8a1f75d6e0f1d904751e0d83"
rebuild 14
sha256 ventura: "dae252a926c582f65102b58aef1cec364bdbf5d4d8bdd2724ca9b7327fe97988"
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 15
sha256 cellar: :any, ventura: "4764b4ab32f33fb4ecd5f1a30a5f15a85409083844afd415431d26a1c3f17b19"
rebuild 16
sha256 cellar: :any, ventura: "6dec4e890d6701f78d7ac6a970c0ea7934d9d36ba0a85406142e40c104ca2659"
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 13
sha256 cellar: :any_skip_relocation, ventura: "5e8708bcec07140f76ba6d2509225241bc2df01f5f0da62003c700416978fe6a"
rebuild 14
sha256 cellar: :any_skip_relocation, ventura: "66af15234210962686fd6e4374a8eb3033da47ccfbc6d3f73157796f692f07d8"
end

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

0 comments on commit d993f4a

Please sign in to comment.