@@ -3,13 +3,13 @@ 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
- rebuild 4
12
- sha256 cellar : :any_skip_relocation , all : "ef5eaedacb5fa01a610f2232066c7809743d3952eee15db2f459a664663a6a48"
12
+ sha256 cellar : :any_skip_relocation , all : "e1ba5487728c29b4d7c4c01a7d359a6d7b6879986bb58d9d1798b98a233fbde7"
13
13
end
14
14
15
15
@@ -20,13 +20,8 @@ class Compiledb < Formula
20
20
end
21
21
22
22
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"
30
25
end
31
26
32
27
def install
0 commit comments