fleetctl 0.5.0
Closes Homebrew/homebrew#30248. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
c7cc4da7cd
commit
c0474011b1
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Fleetctl < Formula
|
||||
homepage 'https://github.com/coreos/fleet'
|
||||
url 'https://github.com/coreos/fleet/archive/v0.4.0.tar.gz'
|
||||
sha1 '153dd05ae4c317051cab2921cda62784ee0d0521'
|
||||
url 'https://github.com/coreos/fleet/archive/v0.5.0.tar.gz'
|
||||
sha1 '90fbbba15a595e707d43f74294b82217bab57b07'
|
||||
head 'https://github.com/coreos/fleet.git'
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue