Replies: 2 comments 3 replies
-
|
side note: in my Mac, there seems no problem at all. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
We can fix this by specifying the branch to use, like so: diff --git a/Formula/binaryen.rb b/Formula/binaryen.rb
index 2032fb0f69..feabbacbaa 100644
--- a/Formula/binaryen.rb
+++ b/Formula/binaryen.rb
@@ -4,7 +4,7 @@ class Binaryen < Formula
url "https://github.com/WebAssembly/binaryen/archive/version_101.tar.gz"
sha256 "5d7cdec89957549f01b7c93f080d08827c87bbd4789a34694c740d15d077c041"
license "Apache-2.0"
- head "https://github.com/WebAssembly/binaryen.git"
+ head "https://github.com/WebAssembly/binaryen.git", branch: "main"
bottle do
sha256 cellar: :any, arm64_big_sur: "7c9f6e7464dd612d8fd5ecf97eb28be3a0e785807656971760355dbaee2ab308"This should be fixed in Homebrew/homebrew-core#80540. We'd appreciate it if you opened a pull request for similar issues in the future. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
checked
https://github.com/WebAssembly/binaryen.git , there is no master branch any more.
Beta Was this translation helpful? Give feedback.
All reactions