diff options
| author | Marcelo Da Cruz Pinto | 2014-12-17 11:24:46 -0800 | 
|---|---|---|
| committer | Jack Nagel | 2014-12-17 20:51:12 -0500 | 
| commit | f7cfbcd8416260d829e7c6d43b404a14a70a8eff (patch) | |
| tree | 9cb4de984f97f8a5d3eb08c644e20459162bf494 /Library | |
| parent | 258ba978a8a28e3f8c710115b083634d7cdb03bf (diff) | |
| download | homebrew-f7cfbcd8416260d829e7c6d43b404a14a70a8eff.tar.bz2 | |
PlantUML 8015
Closes #35064.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/plantuml.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/plantuml.rb b/Library/Formula/plantuml.rb index 106e94ca6..f256b1cdb 100644 --- a/Library/Formula/plantuml.rb +++ b/Library/Formula/plantuml.rb @@ -2,8 +2,8 @@ require "formula"  class Plantuml < Formula    homepage "http://plantuml.sourceforge.net/" -  url "https://downloads.sourceforge.net/project/plantuml/plantuml.8002.jar" -  sha1 "1a415831941c0f3f8715e6859c1b13f91ec43b5d" +  url "https://downloads.sourceforge.net/project/plantuml/plantuml.8015.jar" +  sha1 "0d28c025ce787d53a1fec4c7cb9105e3613501dc"    depends_on "graphviz"  | 
