We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1849e commit 48b8f4cCopy full SHA for 48b8f4c
Formula/mosh.rb
@@ -20,6 +20,13 @@ class Mosh < Formula
20
url "https://raw.githubusercontent.com/macports/macports-ports/72fb5d9a79e581a5033bce38fb00ee25a0c2fdfe/net/mosh/files/patch-version-subdir.diff"
21
sha256 "939e5435ce7d9cecb7b2bccaf31294092eb131b5bd41d5776a40d660ffc95982"
22
end
23
+
24
+ # Fix disappearing emoji characters due to the outdated libc on Mac
25
+ # https://github.com/mobile-shell/mosh/pull/1143
26
+ patch :p1 do
27
+ url "https://github.com/mobile-shell/mosh/commit/29408c7730ddfebeb2aebfad23022fdb897fb391.patch?full_index=1"
28
+ sha256 "55d44eb8b9b74f8f63432de562a0ddeb437206f1d0e7f2264e00e7b3ad74d3b7"
29
+ end
30
31
32
bottle do
0 commit comments