Skip to content

Commit

Permalink
Merge pull request #209432 from Homebrew/bump-joern-4.0.270
Browse files Browse the repository at this point in the history
joern 4.0.270
  • Loading branch information
BrewTestBot authored Mar 2, 2025
2 parents 95b1084 + f9f4a4e commit 1df0c39
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/j/joern.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Joern < Formula
desc "Open-source code analysis platform based on code property graphs"
homepage "https://joern.io/"
url "https://github.com/joernio/joern/archive/refs/tags/v4.0.260.tar.gz"
sha256 "a7befe0688c755e2536022e43e78054bc14eddb9c36125f98a89e4ffcf2dc193"
url "https://github.com/joernio/joern/archive/refs/tags/v4.0.270.tar.gz"
sha256 "b33ffe32a2e267d82453053b4d4aa67c01a4892a6369da3f773b768141883ce0"
license "Apache-2.0"

livecheck do
Expand All @@ -12,12 +12,12 @@ class Joern < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f89f51dc6b8ae33e4a2d2f3033b8564f24b51393bd510653f4eedb935b3b0f5"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "db89fe4dd710e280ff6881b1759be6ad92bc29d72cfee18de62b886c3b967673"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ee7a42b37df0199caca6779597d446491a0ee4488506c7c982a88ba6b631931d"
sha256 cellar: :any_skip_relocation, sonoma: "c1520f288e3cd67c2d247c70224763b81843e1bc6d7cfb820b0dfcc61b9c7202"
sha256 cellar: :any_skip_relocation, ventura: "bd49879c88eae420495e901db6618d6479bb3df0996719edcb88dc7faebfafe1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ffede7494c738b321f21b2824a0103b51c338c54a13f4d2b870f0d5213858df8"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0bc73ebb77c44bcde42ef9722d118dc1bf641591c995783266b2cb66d7382695"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b607913ec8163e8154a356863092d271129e5c5696920ccbdd7984b7f3decad8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1a5de3e79c2424144df5b6990d358064794f82a9815528f30f4572ecfd855b9c"
sha256 cellar: :any_skip_relocation, sonoma: "8a34b94f09452af1b4835632845a7e9c54f5b709522a81a48f291e679bbd0c4f"
sha256 cellar: :any_skip_relocation, ventura: "d3e7f051da807ea06a82e553165e19f1ec3be869031187b90c7a395e4cdfd49e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bb587e930b3bb780930fb0082347aca01292739fbab2b021992f3a0b9013e770"
end

depends_on "sbt" => :build
Expand Down

0 comments on commit 1df0c39

Please sign in to comment.