diff options
| author | Tim Dorr | 2015-03-02 14:54:09 -0500 |
|---|---|---|
| committer | Tim D. Smith | 2015-03-02 17:21:56 -0800 |
| commit | 253386902554204aeb71684a1b963de67b9a3ba9 (patch) | |
| tree | b09f8b6de0cddd5f8a05120d0195df0f70bc5759 /Library | |
| parent | 357453184f0fb905583c80e300e89602dd386ee8 (diff) | |
| download | homebrew-253386902554204aeb71684a1b963de67b9a3ba9.tar.bz2 | |
fleetctl 0.9.1
Closes #37333.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/fleetctl.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/fleetctl.rb b/Library/Formula/fleetctl.rb index 973643423..669f6a658 100644 --- a/Library/Formula/fleetctl.rb +++ b/Library/Formula/fleetctl.rb @@ -2,8 +2,8 @@ require "formula" class Fleetctl < Formula homepage "https://github.com/coreos/fleet" - url "https://github.com/coreos/fleet/archive/v0.9.0.tar.gz" - sha1 "989d5c076b1268e596773ae8ed0d1959d7dabf84" + url "https://github.com/coreos/fleet/archive/v0.9.1.tar.gz" + sha1 "1e3754c9be085634f1d637f3ba737147c6f4bab2" head "https://github.com/coreos/fleet.git" bottle do |
