diff options
| author | BrewTestBot | 2014-09-18 05:19:57 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-09-18 11:30:10 +0100 |
| commit | 6264390c907e5277d6814742d8e838df0920b9ca (patch) | |
| tree | a9b6a2ef526a5a939dbdfe52cb94bcbf4aa73372 /Library | |
| parent | 8a13b4a29d4fe2cb81587a0945f504aadfe6d672 (diff) | |
| download | homebrew-6264390c907e5277d6814742d8e838df0920b9ca.tar.bz2 | |
fleetctl: update 0.8.1 bottle.
Closes #32387.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/fleetctl.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/fleetctl.rb b/Library/Formula/fleetctl.rb index 5387a9234..6d7af30d1 100644 --- a/Library/Formula/fleetctl.rb +++ b/Library/Formula/fleetctl.rb @@ -7,9 +7,9 @@ class Fleetctl < Formula head "https://github.com/coreos/fleet.git" bottle do - sha1 "5837aae02570e3d6d7a609cd87196e28ad86c297" => :mavericks - sha1 "e129959dd0e59efeb10063eb887de3daa04c3769" => :mountain_lion - sha1 "c8579d9c95c87f5c14d33a507c1a04c168d7003b" => :lion + sha1 "d17dde932a893f201d0a7423b28746618fea2d93" => :mavericks + sha1 "6939ab28d670fa4f6f7860fde26e57bc050c57e2" => :mountain_lion + sha1 "677db0da4e2e60059e83406b6704342c0730d577" => :lion end depends_on "go" => :build |
