11class Joern < Formula
22 desc "Open-source code analysis platform based on code property graphs"
33 homepage "https://joern.io/"
4- url "https://github.com/joernio/joern/archive/refs/tags/v4.0.430 .tar.gz"
5- sha256 "e39b51b306dee6d3cb069ceb76e2ca2f4e2c280be6d1cad9762b049d70047a67 "
4+ url "https://github.com/joernio/joern/archive/refs/tags/v4.0.440 .tar.gz"
5+ sha256 "67a56e8ade91907a5bf912818a034f43ff8172e6189262a096c480cf8268f039 "
66 license "Apache-2.0"
77
88 livecheck do
@@ -12,12 +12,12 @@ class Joern < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any_skip_relocation , arm64_tahoe : "4677dda6b549c26451c44afe3ab2259174a9174afb747554e689f87fa12035b6 "
16- sha256 cellar : :any_skip_relocation , arm64_sequoia : "083fa0e784e2787ab5f14553624863607060c57b809b64d32c9d39952966b104 "
17- sha256 cellar : :any_skip_relocation , arm64_sonoma : "06b8d6a7a052d1ad90dc641cd82f4e9aa590fe2ac6497190f164e20eadaa59a3 "
18- sha256 cellar : :any_skip_relocation , sonoma : "a4f4d7be1c1d18a7bce7480ef9b7843b9be356de647e8d2c4ea077cc0b409f1f "
19- sha256 cellar : :any_skip_relocation , arm64_linux : "03e7073f61faaf78e8c71e40eba77829d86c90cdb254fd371a716e916187ef93 "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "ac8352fa0b0d8c1c1ea6f1456265077350be00f298922e7bc470b69b75850a36 "
15+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "52d4e5b578ee557e17b6f61b41fd7d6fb4034d944856fe2bb17b9e7071cfa405 "
16+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "47b1102916eb79d1eb8d16ae0976c5c7c1a70342cc78f24fb94f752a601b231b "
17+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "529e068038787445bfe9a3e119bb9d7ca5ac5f4da0be52820a16e74cf7c65c8b "
18+ sha256 cellar : :any_skip_relocation , sonoma : "530a4b02442b211aef83bfd64861deb3923779d607077843c01b0d64477f51da "
19+ sha256 cellar : :any_skip_relocation , arm64_linux : "9985058b0ea2c0ca06dc70aab11981917619e280db305378896127b27e829c81 "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "089ce9ff505724772960318aec17fe5e6d1879568f3d34a8fcea8603a394d11f "
2121 end
2222
2323 depends_on "sbt" => :build
0 commit comments