File tree 2 files changed +6
-9
lines changed
2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -594,6 +594,7 @@ colmap
594
594
commandbox
595
595
commitizen
596
596
commitlint
597
+ compiledb
597
598
composer
598
599
comrak
599
600
comtrya
Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ class Compiledb < Formula
3
3
4
4
desc "Generate a Clang compilation database for Make-based build systems"
5
5
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 "
8
8
license "GPL-3.0-or-later"
9
+ head "https://github.com/nickdiego/compiledb.git" , branch : "main"
9
10
10
11
bottle do
11
12
rebuild 4
@@ -20,13 +21,8 @@ class Compiledb < Formula
20
21
end
21
22
22
23
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"
24
+ url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz"
25
+ sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a"
30
26
end
31
27
32
28
def install
You can’t perform that action at this time.
0 commit comments