|
1 | 1 | class GitAbsorb < Formula |
2 | 2 | desc "Automatic git commit --fixup" |
3 | 3 | 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" |
6 | 6 | license "BSD-3-Clause" |
7 | | - revision 1 |
8 | 7 |
|
9 | 8 | bottle do |
10 | | - rebuild 1 |
11 | | - sha256 cellar: :any, arm64_sequoia: "678f0567eda10a1341972c676ad3c9433269609d5d8aeb03d2d899b015b85df2" |
12 | | - sha256 cellar: :any, arm64_sonoma: "674145b9573fccdc080a3e61435cfe4e49f7ad939c48f58759ab088b3ce4decb" |
13 | | - sha256 cellar: :any, arm64_ventura: "dda96ef119e6eabfe891707e7c049f0abb5ff6d9de1014597cc51ef5fa36febe" |
14 | | - sha256 cellar: :any, sonoma: "aeaf6c2d75dd48a3eef2595dceec1edefbd7724e9ccf9e1acbaf7ae48ac6e65a" |
15 | | - sha256 cellar: :any, ventura: "b7e617d3c205794b774a5ae137467e67ff1539f327ebedc1de287ad68b677e49" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "0821ca7fbac6b09e07df65c0f8e74a3a5f04f5ddbbe1fa87eb5de0f3ca0327c5" |
| 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" |
17 | 15 | end |
18 | 16 |
|
19 | 17 | depends_on "pkgconf" => :build |
20 | 18 | depends_on "rust" => :build |
21 | 19 | depends_on "libgit2" |
22 | 20 |
|
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 | | - |
29 | 21 | def install |
30 | 22 | ENV["LIBGIT2_NO_VENDOR"] = "1" |
31 | 23 |
|
|
0 commit comments