From 775680fbac2a84dee1fab731fb98bc2e45689db3 Mon Sep 17 00:00:00 2001 From: dtan4 Date: Thu, 5 Jun 2014 22:48:01 +0900 Subject: plantuml: fix sha1 hash Closes #29905. Signed-off-by: Mike McQuaid --- Library/Formula/plantuml.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/plantuml.rb b/Library/Formula/plantuml.rb index d7424152f..569ac37da 100644 --- a/Library/Formula/plantuml.rb +++ b/Library/Formula/plantuml.rb @@ -3,7 +3,7 @@ require "formula" class Plantuml < Formula homepage "http://plantuml.sourceforge.net/" url "https://downloads.sourceforge.net/project/plantuml/plantuml.7999.jar" - sha1 "97215ec19934d15e247ff54e25a77a4483608d04" + sha1 "c919646b276a99715f2aa76bfa3c347bca89684a" depends_on "graphviz" -- cgit v1.2.3