Skip to content

Commit

Permalink
Merge pull request #172874 from Homebrew/bump-plantuml-1.2024.5
Browse files Browse the repository at this point in the history
plantuml 1.2024.5
  • Loading branch information
BrewTestBot authored May 26, 2024
2 parents 38be277 + 451e3f8 commit 4b30753
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Formula/p/plantuml.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Plantuml < Formula
desc "Draw UML diagrams"
homepage "https://plantuml.com/"
url "https://github.com/plantuml/plantuml/releases/download/v1.2024.4/plantuml-1.2024.4.jar"
sha256 "8575b3e224d9488c6a0bb6ba78ba64e76457dc9777c496e3fa9d8c67108369b7"
url "https://github.com/plantuml/plantuml/releases/download/v1.2024.5/plantuml-1.2024.5.jar"
sha256 "3c551212da4aa421a2c2940b8cfae26951b3591f75d5b93e33775e930641c7db"
license "GPL-3.0-or-later"
version_scheme 1

Expand All @@ -12,7 +12,13 @@ class Plantuml < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, all: "6cfd5f9ac96a217e3c884e2fee4a769c4d47f6a79cbf5fe999c45b03e9176f80"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c1419a93cd413b18e405195481fbb52a2c9502fa55d86341ea89d13a2278f7b0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "23e3b4e71bc8321cba4d8f57607c43011e222539bfc8e1857613c6e3a7faf290"
sha256 cellar: :any_skip_relocation, arm64_monterey: "5cd1e3963619bf85e8d57a4ab92cad35185141d2b62dde7473a57333b7382dba"
sha256 cellar: :any_skip_relocation, sonoma: "83d578ffb2823c40bdd2afa956aed301bcda14272a7ad908f4342d2cf98694c2"
sha256 cellar: :any_skip_relocation, ventura: "068d40e1e79bf45e2614bd66dcdb0e671be18e9e3dff20e9bb86523d07f1ba00"
sha256 cellar: :any_skip_relocation, monterey: "d7173cd22f8d879dbf054ce3c63f58a9b7e38bc4814c6ec45b52c749985cc0f1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9d3b563ab40e785a91dc12f35c605f53afd0d18cb82e09d457290c5533f7c8e4"
end

depends_on "graphviz"
Expand Down

0 comments on commit 4b30753

Please sign in to comment.