Skip to content

Commit 23b400c

Browse files
authored
Merge pull request #216123 from branchvincent/bump-compiledb-0.10.7
compiledb 0.10.7
2 parents d513a46 + 451f6f4 commit 23b400c

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

.github/autobump.txt

+1
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ colmap
594594
commandbox
595595
commitizen
596596
commitlint
597+
compiledb
597598
composer
598599
comrak
599600
comtrya

Formula/c/compiledb.rb

+6-11
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ class Compiledb < Formula
33

44
desc "Generate a Clang compilation database for Make-based build systems"
55
homepage "https://github.com/nickdiego/compiledb"
6-
url "https://files.pythonhosted.org/packages/76/62/30fb04404b1d4a454f414f792553d142e8acc5da27fddcce911fff0fe570/compiledb-0.10.1.tar.gz"
7-
sha256 "06bb47dd1fa04de3a12720379ff382d40441074476db7c16a27e2ad79b7e966e"
6+
url "https://files.pythonhosted.org/packages/0e/62/d0fc807871757841c32e6fbe433ebad422528a468336a0cf82fea226f41d/compiledb-0.10.7.tar.gz"
7+
sha256 "97752d8810b6977654a11a22cdc41bf6b71473bcdb5da312bc135f36d6af8271"
88
license "GPL-3.0-or-later"
9+
head "https://github.com/nickdiego/compiledb.git", branch: "main"
910

1011
bottle do
11-
rebuild 4
12-
sha256 cellar: :any_skip_relocation, all: "ef5eaedacb5fa01a610f2232066c7809743d3952eee15db2f459a664663a6a48"
12+
sha256 cellar: :any_skip_relocation, all: "e1ba5487728c29b4d7c4c01a7d359a6d7b6879986bb58d9d1798b98a233fbde7"
1313
end
1414

1515
depends_on "[email protected]"
@@ -20,13 +20,8 @@ class Compiledb < Formula
2020
end
2121

2222
resource "click" do
23-
url "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz"
24-
sha256 "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"
25-
end
26-
27-
resource "shutilwhich" do
28-
url "https://files.pythonhosted.org/packages/66/be/783f181594bb8bcfde174d6cd1e41956b986d0d8d337d535eb2555b92f8d/shutilwhich-1.1.0.tar.gz"
29-
sha256 "db1f39c6461e42f630fa617bb8c79090f7711c9ca493e615e43d0610ecb64dc6"
23+
url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz"
24+
sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a"
3025
end
3126

3227
def install

0 commit comments

Comments
 (0)