From 7f447a6745acf50ba4f5f7aea2b3d71e63b2f242 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Fri, 31 Oct 2014 16:51:00 -0700 Subject: dockutil 2.0.2 --- Library/Formula/dockutil.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/dockutil.rb b/Library/Formula/dockutil.rb index 4279a1757..85c3b1e05 100644 --- a/Library/Formula/dockutil.rb +++ b/Library/Formula/dockutil.rb @@ -2,8 +2,8 @@ require "formula" class Dockutil < Formula homepage "https://github.com/kcrawford/dockutil" - url "https://github.com/kcrawford/dockutil/archive/2.0.0.tar.gz" - sha1 "8b027a0b1559f12a1c97b4a0bfcadd1566d6e6ba" + url "https://github.com/kcrawford/dockutil/archive/2.0.2.tar.gz" + sha1 "d937d20d4ba6ce2bee347966d84048215a7e52ce" bottle do cellar :any @@ -28,6 +28,6 @@ class Dockutil < Formula end test do - assert_equal "2.0.0", shell_output("#{bin}/dockutil --version").strip + assert_equal "2.0.2", shell_output("#{bin}/dockutil --version").strip end end -- cgit v1.2.3