Skip to content

Commit a8340c3

Browse files
authored
Merge pull request #246895 from Homebrew/bump-plantuml-1.2025.8
plantuml 1.2025.8
2 parents 9f10238 + 44d7faf commit a8340c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/p/plantuml.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Plantuml < Formula
22
desc "Draw UML diagrams"
33
homepage "https://plantuml.com/"
4-
url "https://github.com/plantuml/plantuml/releases/download/v1.2025.7/plantuml-1.2025.7.jar"
5-
sha256 "4edcdda164a4be2f8f954f82868795500ebd49f42306236bf88eac41f7e217a8"
4+
url "https://github.com/plantuml/plantuml/releases/download/v1.2025.8/plantuml-1.2025.8.jar"
5+
sha256 "9662925aea230f963115ab59078955084a765f1f2002e0679337d6ab36e8c70d"
66
license "GPL-3.0-or-later"
77
version_scheme 1
88

@@ -12,7 +12,7 @@ class Plantuml < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, all: "e1d7e3ae86b865ea457c7d8437d7183158b171eeca145209362e68d57fee5d56"
15+
sha256 cellar: :any_skip_relocation, all: "776d42363e2aa02828e5384cf2fcecd6ceb62338e08274e791fbe4a0edbff49e"
1616
end
1717

1818
depends_on "graphviz"

0 commit comments

Comments
 (0)