Skip to content

Commit 94eac5c

Browse files
committed
new bottles for x86 on ventura
1 parent 176c604 commit 94eac5c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

riscv-gnu-toolchain.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ class RiscvGnuToolchain < Formula
3030

3131
bottle do
3232
root_url "http://riscv.org.s3.amazonaws.com/bottles"
33-
rebuild 12
34-
sha256 ventura: "d38930d0e52ed36c72f2985fc5cc0b032f0109e745bbfa35c3cf485428687736"
33+
rebuild 13
34+
sha256 ventura: "bc5339e65688bbe7e77953daa63cc681fbd6df3a8a1f75d6e0f1d904751e0d83"
3535
end
3636

3737
# enabling multilib by default, must choose to build without

riscv-isa-sim.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ class RiscvIsaSim < Formula
66

77
bottle do
88
root_url "http://riscv.org.s3.amazonaws.com/bottles"
9-
rebuild 14
10-
sha256 cellar: :any, ventura: "02b56f3cace2ad901f2bea580a5d041815742d79e7cde5167e363f4df108159f"
9+
rebuild 15
10+
sha256 cellar: :any, ventura: "4764b4ab32f33fb4ecd5f1a30a5f15a85409083844afd415431d26a1c3f17b19"
1111
end
1212

1313
depends_on "dtc"

riscv-pk.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ class RiscvPk < Formula
66

77
bottle do
88
root_url "http://riscv.org.s3.amazonaws.com/bottles"
9-
rebuild 12
10-
sha256 cellar: :any_skip_relocation, ventura: "4ef896ae9c3f097a68a43e7c39183d964822ad484c0e84af4d16280b9460f8f4"
9+
rebuild 13
10+
sha256 cellar: :any_skip_relocation, ventura: "5e8708bcec07140f76ba6d2509225241bc2df01f5f0da62003c700416978fe6a"
1111
end
1212

1313
depends_on "gnu-sed" => :build

0 commit comments

Comments
 (0)