File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ class TmuxSessionizer < Formula
4
4
url "https://github.com/jrmoulton/tmux-sessionizer/archive/refs/tags/v0.4.4.tar.gz"
5
5
sha256 "9dfbe99a3c1fe7f48be0c1ab9056e49f36c4f85d023e24f874254f6791a9894e"
6
6
license "MIT"
7
+ revision 1
7
8
8
9
bottle do
9
10
rebuild 1
@@ -17,7 +18,7 @@ class TmuxSessionizer < Formula
17
18
18
19
depends_on "pkgconf" => :build
19
20
depends_on "rust" => :build
20
- depends_on "libgit2"
21
+ depends_on "libgit2@1.8" # needs https://github.com/rust-lang/git2-rs/issues/1109 to support libgit2 1.9
21
22
depends_on "libssh2"
22
23
depends_on "openssl@3"
23
24
@@ -49,7 +50,7 @@ def check_binary_linkage(binary, library)
49
50
assert_match version . to_s , shell_output ( "#{ bin } /tms --version" )
50
51
51
52
[
52
- Formula [ "libgit2" ] . opt_lib /shared_library ( "libgit2" ) ,
53
+ Formula [ "libgit2@1.8 " ] . opt_lib /shared_library ( "libgit2" ) ,
53
54
Formula [ "libssh2" ] . opt_lib /shared_library ( "libssh2" ) ,
54
55
Formula [ "openssl@3" ] . opt_lib /shared_library ( "libssl" ) ,
55
56
Formula [ "openssl@3" ] . opt_lib /shared_library ( "libcrypto" ) ,
You can’t perform that action at this time.
0 commit comments