diff options
| author | Brett Koonce | 2014-10-31 16:51:00 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-11-01 20:53:46 -0700 |
| commit | 7f447a6745acf50ba4f5f7aea2b3d71e63b2f242 (patch) | |
| tree | 56d080027e9fda5ccfb5cdaf9de8f3278e8784c4 | |
| parent | 4e535326b6b2b73268fbdd0674ec03368d1ad061 (diff) | |
| download | homebrew-7f447a6745acf50ba4f5f7aea2b3d71e63b2f242.tar.bz2 | |
dockutil 2.0.2
| -rw-r--r-- | Library/Formula/dockutil.rb | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
