Skip to content

Commit bfa447d

Browse files
orhundtrodrigues
authored andcommitted
1 parent 9257b56 commit bfa447d

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

Formula/g/git-cliff.rb

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class GitCliff < Formula
22
desc "Highly customizable changelog generator"
33
homepage "https://github.com/orhun/git-cliff"
4-
url "https://github.com/orhun/git-cliff/archive/refs/tags/v2.7.0.tar.gz"
5-
sha256 "7b9a74f0871983bf5c326ffd7358ba46925f14a6feb1638c8c1e5d6b36448eae"
4+
url "https://github.com/orhun/git-cliff/archive/refs/tags/v2.8.0.tar.gz"
5+
sha256 "dfcf7b7d903c6479e58c8e7594364d67ce59e3e50351b3277eb33482a783418d"
66
license all_of: ["Apache-2.0", "MIT"]
7-
revision 2
87

98
bottle do
109
sha256 cellar: :any, arm64_sequoia: "c0b3c51c4e0acf10cc05d274fe62490f4f71480f304fc99d367ccc05405f9871"
@@ -19,12 +18,6 @@ class GitCliff < Formula
1918
depends_on "rust" => :build
2019
depends_on "libgit2"
2120

22-
# patch to build with libgit2 1.9, upstream pr ref, https://github.com/orhun/git-cliff/pull/1002
23-
patch do
24-
url "https://github.com/orhun/git-cliff/commit/ff4bfb112d7ac72cbd759718f6fc96c708684f4f.patch?full_index=1"
25-
sha256 "647235c0db29b56bb54c72c3bf89087bdd0abfe96a65773627d0937e323d1bdb"
26-
end
27-
2821
def install
2922
ENV["LIBGIT2_NO_VENDOR"] = "1"
3023

0 commit comments

Comments
 (0)