Skip to content

Commit 80a1777

Browse files
BrewTestBotsamford
andcommitted
convco 0.6.2
The existing patch is part of the 0.6.2 release, so it's no longer necessary. The upstream repository uses `main` as the default branch, so this also updates it accordingly. Co-authored-by: Sam Ford <[email protected]>
1 parent 7c08465 commit 80a1777

File tree

1 file changed

+3
-53
lines changed

1 file changed

+3
-53
lines changed

Formula/c/convco.rb

Lines changed: 3 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
class Convco < Formula
22
desc "Conventional commits, changelog, versioning, validation"
33
homepage "https://convco.github.io"
4+
url "https://github.com/convco/convco/archive/refs/tags/v0.6.2.tar.gz"
5+
sha256 "6f8e58f8572a785e32d287cad80d174303a5db5abc4ce0cf50022e05125549dd"
46
license "MIT"
5-
revision 2
6-
head "https://github.com/convco/convco.git", branch: "master"
7-
8-
stable do
9-
url "https://github.com/convco/convco/archive/refs/tags/v0.6.1.tar.gz"
10-
sha256 "ed68341e065f76f22b6d93ff3686836a812f6a031dc7ee00bed7e048b0da4294"
11-
12-
# libgit2 1.9 patch, upstream pr ref, https://github.com/convco/convco/pull/299
13-
patch :DATA
14-
end
7+
head "https://github.com/convco/convco.git", branch: "main"
158

169
bottle do
1710
sha256 cellar: :any, arm64_sequoia: "fdd240ce031cde57493cc4840d1a28094d00c6bb809865992dffff04c049ef38"
@@ -51,46 +44,3 @@ def install
5144
assert linkage_with_libgit2, "No linkage with libgit2! Cargo is likely using a vendored version."
5245
end
5346
end
54-
55-
__END__
56-
diff --git a/Cargo.lock b/Cargo.lock
57-
index cbdd452..4bc0524 100644
58-
--- a/Cargo.lock
59-
+++ b/Cargo.lock
60-
@@ -366,9 +366,9 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
61-
62-
[[package]]
63-
name = "git2"
64-
-version = "0.19.0"
65-
+version = "0.20.0"
66-
source = "registry+https://github.com/rust-lang/crates.io-index"
67-
-checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
68-
+checksum = "3fda788993cc341f69012feba8bf45c0ba4f3291fcc08e214b4d5a7332d88aff"
69-
dependencies = [
70-
"bitflags 2.4.1",
71-
"libc",
72-
@@ -452,9 +452,9 @@ checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
73-
74-
[[package]]
75-
name = "libgit2-sys"
76-
-version = "0.17.0+1.8.1"
77-
+version = "0.18.0+1.9.0"
78-
source = "registry+https://github.com/rust-lang/crates.io-index"
79-
-checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
80-
+checksum = "e1a117465e7e1597e8febea8bb0c410f1c7fb93b1e1cddf34363f8390367ffec"
81-
dependencies = [
82-
"cc",
83-
"libc",
84-
diff --git a/Cargo.toml b/Cargo.toml
85-
index 7b8f7e9..7edb023 100644
86-
--- a/Cargo.toml
87-
+++ b/Cargo.toml
88-
@@ -23,7 +23,7 @@ anyhow = { version = "1.0.89", features = ["backtrace"] }
89-
clap = { version = "4.5.20", features = ["derive", "env"] }
90-
ctrlc = "3.4.5"
91-
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
92-
-git2 = { version = "0.19.0", default-features = false }
93-
+git2 = { version = "0.20.0", default-features = false }
94-
handlebars = "6.1.0"
95-
regex = "1.11.0"
96-
semver = "1.0.23"

0 commit comments

Comments
 (0)