Skip to content

Commit 8d92c85

Browse files
BrewTestBotchenrui333
authored andcommitted
git-absorb 0.6.17
git-absorb: remove build patch Signed-off-by: Rui Chen <[email protected]>
1 parent 067bbf9 commit 8d92c85

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

Formula/g/git-absorb.rb

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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.16.tar.gz"
5-
sha256 "d0fac448801674a4d4d5d42d6ef2d2e21545ad66755023c531a273a47893a573"
4+
url "https://github.com/tummychow/git-absorb/archive/refs/tags/0.6.17.tar.gz"
5+
sha256 "512ef2bf0e642f8c34eb56aad657413bd9e04595e3bc4650ecf1c0799f148ca4"
66
license "BSD-3-Clause"
7-
revision 1
87

98
bottle do
109
rebuild 1
@@ -20,12 +19,6 @@ class GitAbsorb < Formula
2019
depends_on "rust" => :build
2120
depends_on "libgit2"
2221

23-
# patch to use libgit2 1.9, upstream pr ref, https://github.com/tummychow/git-absorb/pull/138
24-
patch do
25-
url "https://github.com/tummychow/git-absorb/commit/a7d5688f426490a92b5bb73e3a2cfccc565747f8.patch?full_index=1"
26-
sha256 "cb6bf13ec90de7c434addf1467a259537d9a993f5d2481e6cba86b3543d38eed"
27-
end
28-
2922
def install
3023
ENV["LIBGIT2_NO_VENDOR"] = "1"
3124

0 commit comments

Comments
 (0)