Skip to content

Commit 148d2f6

Browse files
committed
git-series: update to use libgit2 1.9
Signed-off-by: Rui Chen <[email protected]>
1 parent 7d6f347 commit 148d2f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/g/git-series.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class GitSeries < Formula
44
url "https://github.com/git-series/git-series/archive/refs/tags/0.9.1.tar.gz"
55
sha256 "c0362e19d3fa168a7cb0e260fcdecfe070853b163c9f2dfd2ad8213289bc7e5f"
66
license "MIT"
7-
revision 12
7+
revision 13
88

99
bottle do
1010
sha256 cellar: :any, arm64_sequoia: "2e348dcdc3d49977fe6647cc92e833f174fde3b6ec3e199c0965639b6e76f868"
@@ -18,7 +18,7 @@ class GitSeries < Formula
1818

1919
depends_on "pkgconf" => :build
2020
depends_on "rust" => :build
21-
depends_on "libgit2@1.8" # needs https://github.com/rust-lang/git2-rs/issues/1109 to support libgit2 1.9
21+
depends_on "libgit2"
2222
depends_on "libssh2"
2323
depends_on "openssl@3"
2424

@@ -58,7 +58,7 @@ def install
5858
system bin/"git-series", "commit", "-a", "-m", "new feature v1"
5959

6060
linked_libraries = [
61-
Formula["libgit2@1.8"].opt_lib/shared_library("libgit2"),
61+
Formula["libgit2"].opt_lib/shared_library("libgit2"),
6262
Formula["libssh2"].opt_lib/shared_library("libssh2"),
6363
Formula["openssl@3"].opt_lib/shared_library("libssl"),
6464
]

0 commit comments

Comments
 (0)