Skip to content

Commit 705df29

Browse files
committed
musl-cross: add 0.9.11 bottle.
1 parent 05f4001 commit 705df29

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

musl-cross.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ class MuslCross < Formula
88
sha256 "306a66dd175d1065e6075deea02300d02e17806fb0a4d6f5e5829cf07c16eb51"
99
head "https://github.com/richfelker/musl-cross-make.git", branch: "master"
1010

11+
bottle do
12+
root_url "https://github.com/FiloSottile/homebrew-musl-cross/releases/download/musl-cross-0.9.11"
13+
rebuild 1
14+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "f4eb08b16a67818f6cec628cb7ac021c46110250b9a5d1813b35926b63d42d3f"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f890cd1c71d28a99ae1c9b23f8afc3da1249b8d376eac8218f41e8fb3926f335"
16+
end
17+
1118
option "with-arm", "Build cross-compilers targeting arm-linux-musleabi"
1219
option "with-i486", "Build cross-compilers targeting i486-linux-musl"
1320
option "with-mips", "Build cross-compilers targeting mips-linux-musl"

0 commit comments

Comments
 (0)