Skip to content

Commit 6e0ed41

Browse files
authored
Merge pull request #210351 from Homebrew/bump-git-absorb-0.7.0
git-absorb 0.7.0
2 parents fc87832 + 5ebe25b commit 6e0ed41

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

Formula/g/git-absorb.rb

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
class GitAbsorb < Formula
22
desc "Automatic git commit --fixup"
33
homepage "https://github.com/tummychow/git-absorb"
4-
url "https://github.com/tummychow/git-absorb/archive/refs/tags/0.6.17.tar.gz"
5-
sha256 "512ef2bf0e642f8c34eb56aad657413bd9e04595e3bc4650ecf1c0799f148ca4"
4+
url "https://github.com/tummychow/git-absorb/archive/refs/tags/0.7.0.tar.gz"
5+
sha256 "65f5b80bcb726a0c40eeda94ccb47fce7f3fc4ed16021465196a37b907083eb8"
66
license "BSD-3-Clause"
7+
head "https://github.com/tummychow/git-absorb.git", branch: "master"
78

89
bottle do
9-
sha256 cellar: :any, arm64_sequoia: "bb985890d415ff167d823f5ecb8a8e627b97375b81efb58fc00db2995dc806b2"
10-
sha256 cellar: :any, arm64_sonoma: "4b43c763348b5beb746a35baa22ff81511e89338669a46f5daf979ec30383267"
11-
sha256 cellar: :any, arm64_ventura: "0fa5ccdc1815c2fed9505950968e1075ee971d4f158b087b4d22f1bd797b1734"
12-
sha256 cellar: :any, sonoma: "1bd3b24e9b32f49351555e3e8bea57fcc868a475243df29082f07899a87d3a02"
13-
sha256 cellar: :any, ventura: "74aa1215fca2e8df5a019b03ad8b917bc9bd73d24b1be84e9d129054922a3cc5"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e75f77c1f10cefb7a8400671d7d2eb307ea41d4d36e0aeb7f71c266e0d1590c3"
10+
sha256 cellar: :any, arm64_sequoia: "2a0a02563c008f357386f98611bd4fc620d9cde08ef34601e8153d114ba41bbb"
11+
sha256 cellar: :any, arm64_sonoma: "67c6e9f547b87f4eb0993fc813746d0a352b1ff6077a59f25e8ac95f301d7e6f"
12+
sha256 cellar: :any, arm64_ventura: "2460eca14e40946b5d739f9b89b9de70acbd87b7f0849e464a60e58b6de7daed"
13+
sha256 cellar: :any, sonoma: "ad181f87d1bb47476db2e533b3b03d4c6f9e8c9a2aa9db914aa7df416259d5a4"
14+
sha256 cellar: :any, ventura: "6a8785c9939b7fb75b2595ea5f3d1dffcb2b6dde34ceb58572f68ca25fb73974"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1955fcb9602e4dab7e6ac246f16337c6b4565cc5d0a5f8abca1d0542d6f10248"
1516
end
1617

18+
depends_on "asciidoctor" => :build
1719
depends_on "pkgconf" => :build
1820
depends_on "rust" => :build
1921
depends_on "libgit2"
@@ -23,8 +25,11 @@ def install
2325

2426
system "cargo", "install", *std_cargo_args
2527

26-
man1.install "Documentation/git-absorb.1"
2728
generate_completions_from_executable(bin/"git-absorb", "--gen-completions")
29+
cd "Documentation" do
30+
system "asciidoctor", "-b", "manpage", "git-absorb.adoc"
31+
man1.install "git-absorb.1"
32+
end
2833
end
2934

3035
test do

0 commit comments

Comments
 (0)