aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2014-10-31 16:51:00 -0700
committerBrett Koonce2014-11-01 20:53:46 -0700
commit7f447a6745acf50ba4f5f7aea2b3d71e63b2f242 (patch)
tree56d080027e9fda5ccfb5cdaf9de8f3278e8784c4 /Library
parent4e535326b6b2b73268fbdd0674ec03368d1ad061 (diff)
downloadhomebrew-7f447a6745acf50ba4f5f7aea2b3d71e63b2f242.tar.bz2
dockutil 2.0.2
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/dockutil.rb6
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