Skip to content

Commit 0db6bac

Browse files
authored
Merge pull request #217364 from Homebrew/bump-joern-4.0.310
joern 4.0.310
2 parents 2b8b284 + c20b7c8 commit 0db6bac

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/j/joern.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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.300.tar.gz"
5-
sha256 "575ae3f9c949586bd65605fdde303d5b1ba27cbef61e98c7f98d1b1f0ac01b04"
4+
url "https://github.com/joernio/joern/archive/refs/tags/v4.0.310.tar.gz"
5+
sha256 "ba2176afc59b452681c3b2d32db9cd8cccf3a64d9904299b7f0d448fe20ccec6"
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_sequoia: "67ebb55286aa074e7a0489fce8bd0d714ddf615939f4ea959b457b9d3ba69185"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a1912cb85d59e42dd7265b15802197f894d3a67e2c378d34928fc3587c0a31d1"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "ede91d1625b3a4914aec4d00af1c08dd95e863a390efb3bbc9b19a7a3ae2827d"
18-
sha256 cellar: :any_skip_relocation, sonoma: "69ef6dfe5d6bd3189e8c2554a60fbf6abfe8ff27443951342239b717bc89c771"
19-
sha256 cellar: :any_skip_relocation, ventura: "ecf6a0c09fadc4acfef9432cefcfbeede3af3872652bc1ea9bf0ea05a6cc3f36"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "dab353c0ade6825add17fcb3e1b7dcf7d0346d26deb6a28bb94c416f3cf1ca4c"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "76113f5629fae70b75ce612cd02bca439269c88cb21f6a6df120fc0b015f9343"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "76113f5629fae70b75ce612cd02bca439269c88cb21f6a6df120fc0b015f9343"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "5dcb7e39b45495c7f5f39f172cab8876729aa9016e99ac458a4b1bbd509a4b94"
18+
sha256 cellar: :any_skip_relocation, sonoma: "39ee68ba75c8d0892dd52b2d89febf7a72a7e3894696f21ef45ca8a45563e5b4"
19+
sha256 cellar: :any_skip_relocation, ventura: "ed6efcf9a184c721af2d4801b7dfd645626b6fc24a1043fc1bde4643e6d7b73c"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ae4a789e752af2ae9c300761bacf6cf6a721a4b57e84d195ddcd5988fb5ce7b0"
2121
end
2222

2323
depends_on "sbt" => :build

0 commit comments

Comments
 (0)