fleetctl 0.6.2
Closes Homebrew/homebrew#31403. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
f929297c68
commit
46ce2577a0
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require "formula"
|
||||||
|
|
||||||
class Fleetctl < Formula
|
class Fleetctl < Formula
|
||||||
homepage "https://github.com/coreos/fleet"
|
homepage "https://github.com/coreos/fleet"
|
||||||
url "https://github.com/coreos/fleet/archive/v0.6.1.tar.gz"
|
url "https://github.com/coreos/fleet/archive/v0.6.2.tar.gz"
|
||||||
sha1 "2a839172b5801b98994d2fc69cfe691a612a3bce"
|
sha1 "501f5ccdce3c0fdb1559c7bc13d9b7a28785d58d"
|
||||||
head "https://github.com/coreos/fleet.git"
|
head "https://github.com/coreos/fleet.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue