amazon-ecs-cli 1.14.1
Closes #39761. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
0e73a39532
commit
01e0d28bfe
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
class AmazonEcsCli < Formula
|
class AmazonEcsCli < Formula
|
||||||
desc "CLI for Amazon ECS to manage clusters and tasks for development"
|
desc "CLI for Amazon ECS to manage clusters and tasks for development"
|
||||||
homepage "https://aws.amazon.com/ecs"
|
homepage "https://aws.amazon.com/ecs"
|
||||||
url "https://github.com/aws/amazon-ecs-cli/archive/1.14.0.tar.gz"
|
url "https://github.com/aws/amazon-ecs-cli/archive/v1.14.1.tar.gz"
|
||||||
sha256 "fe1df63675722aa26d9182447563297a7de21d1a2e867330c3ee186ce8c5754d"
|
sha256 "2f029aa6d24df6ff3bf931886dea56739cd5ec2d543a797953445f2f85354923"
|
||||||
|
head "https://github.com/aws/amazon-ecs-cli.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
|
|
Loading…
Reference in a new issue