Skip to content

Commit fb660f3

Browse files
authored
Merge pull request Homebrew#208395 from Homebrew/bump-joern-4.0.260
joern 4.0.260
2 parents 5e527b5 + 2333a87 commit fb660f3

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.250.tar.gz"
5-
sha256 "aab4654d317cdae12b283f040d58cbcdd3da9eb75161d28caaa5230651e1bae3"
4+
url "https://github.com/joernio/joern/archive/refs/tags/v4.0.260.tar.gz"
5+
sha256 "a7befe0688c755e2536022e43e78054bc14eddb9c36125f98a89e4ffcf2dc193"
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: "08d70a13a25ec06493ccb935beeaba10bcb6917fc6e4a5f237147fdeb5b7297d"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e987b4612256421752f5b2ca5ffe8f4b12729bf19bd46dffd35df9908eb0b3a5"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "28dbccd83d1ece1ed6211021b352049f0883c909fd242106987b0bc8d09e0bde"
18-
sha256 cellar: :any_skip_relocation, sonoma: "21573ce0a440b591c9f354c995dcd4130586d40cc71505a84480fcbd2926cf56"
19-
sha256 cellar: :any_skip_relocation, ventura: "02a20c4c7374d974e66347a3cf6b6eacf1a85f0b60e0978726209d3da0ae9b20"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "dd6925343a7c678cc90dcc86f3153b94bb75fe2bde17dc87d7d909174c28d411"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f89f51dc6b8ae33e4a2d2f3033b8564f24b51393bd510653f4eedb935b3b0f5"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "db89fe4dd710e280ff6881b1759be6ad92bc29d72cfee18de62b886c3b967673"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ee7a42b37df0199caca6779597d446491a0ee4488506c7c982a88ba6b631931d"
18+
sha256 cellar: :any_skip_relocation, sonoma: "c1520f288e3cd67c2d247c70224763b81843e1bc6d7cfb820b0dfcc61b9c7202"
19+
sha256 cellar: :any_skip_relocation, ventura: "bd49879c88eae420495e901db6618d6479bb3df0996719edcb88dc7faebfafe1"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ffede7494c738b321f21b2824a0103b51c338c54a13f4d2b870f0d5213858df8"
2121
end
2222

2323
depends_on "sbt" => :build

0 commit comments

Comments
 (0)