File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,17 @@ class Carton < Formula
77 head "https://github.com/swiftwasm/carton.git"
88
99 stable do
10- url "https://github.com/swiftwasm/carton.git" , tag : "0.17.0 " , revision : "3a00a0d79b50ed5367dd2c8131b14a9552066446 "
10+ url "https://github.com/swiftwasm/carton.git" , tag : "0.16.1 " , revision : "9c0abbf013a01e163038f259d2787aa4baddbdcb "
1111
1212 sha256 "bdf9e259e9abb9d2ff9b68380b08a29c7c4f6a4b1114473593c3fc8afe33e574"
1313 end
1414
15+ bottle do
16+ root_url "https://github.com/swiftwasm/homebrew-tap/releases/download/carton-0.16.1"
17+ sha256 cellar : :any_skip_relocation , arm64_monterey : "3009368dfc1a23368908d566a0f3fe3e85dac79ce7bfcd8f142ffe4e7efe23ca"
18+ sha256 cellar : :any_skip_relocation , monterey : "57583e3507619f73fe3d6ba822ce63ad9d4a78956c796d2db169d64b20bef2c9"
19+ end
20+
1521 depends_on "binaryen"
1622
1723 depends_on "wasmer"
You can’t perform that action at this time.
0 commit comments