Skip to content

Commit cc7374e

Browse files
authored
Merge pull request Homebrew#205409 from orhun/update-git-cliff.rb-1737731379
git-cliff 2.8.0
2 parents 9257b56 + c206d22 commit cc7374e

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

Formula/g/git-cliff.rb

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,23 @@
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
10-
sha256 cellar: :any, arm64_sequoia: "c0b3c51c4e0acf10cc05d274fe62490f4f71480f304fc99d367ccc05405f9871"
11-
sha256 cellar: :any, arm64_sonoma: "ab69ab2b69d6ced04fbfebfd58f7c0dc8846f9c177398fe00711ae1f9589c5c3"
12-
sha256 cellar: :any, arm64_ventura: "e8087d7374b0e27975691c07dac781330cd335c14469510c03812ef466d94f34"
13-
sha256 cellar: :any, sonoma: "f607863bf8a829f4dd905e90bb66e01b1b6ef2c2a1bba1a3f2cd63abb9b45b88"
14-
sha256 cellar: :any, ventura: "a11a9463dd9f4b7527747ed0f7bd32bdc55672d484bd8f762d4638bcea7edb53"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "dca33fff18fdf624befd45cce3bd2e7ce53a7040bfe0e2c5fddd6d53e55620c5"
9+
sha256 cellar: :any, arm64_sequoia: "2c4137026e27290f1d3f572706918c143bd47e1b4a5d5c441ad06c6a2dbbb50c"
10+
sha256 cellar: :any, arm64_sonoma: "b6dc4ea3cb260f82b1744e19249df7b5dbfb76957c11a054586f9ee1ed2310ca"
11+
sha256 cellar: :any, arm64_ventura: "f3c9e1c3c2024c8e82a9ade43eefe1acbf12a0844e1f1fa24b736e1d5101fc1d"
12+
sha256 cellar: :any, sonoma: "79c25a7b60a18962e2aec34dff6d0da114cd3a791184eef803adf975187fc5c5"
13+
sha256 cellar: :any, ventura: "86a3df0a100c044988c2c15bea9ee36718c1ead2dbd38fa75a001110565f1db4"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "03773392efbf6465f066411f1cabed3f74523b755c4195b2ff90b9ff97003bcd"
1615
end
1716

1817
depends_on "pkgconf" => :build
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)