azure-cli 0.10.9
Closes #9771. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
5e11599db7
commit
52f2b65791
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@ require "language/node"
|
||||||
class AzureCli < Formula
|
class AzureCli < Formula
|
||||||
desc "Official Azure CLI"
|
desc "Official Azure CLI"
|
||||||
homepage "https://github.com/azure/azure-xplat-cli"
|
homepage "https://github.com/azure/azure-xplat-cli"
|
||||||
url "https://github.com/Azure/azure-xplat-cli/archive/v0.10.8-December2016.tar.gz"
|
url "https://github.com/Azure/azure-xplat-cli/archive/v0.10.9-February2017.tar.gz"
|
||||||
version "0.10.8"
|
version "0.10.9"
|
||||||
sha256 "4878650f5f7495d852a5fddbf23a6458c386125dc2c3917efbcd8e296572efd3"
|
sha256 "95daf39462bf455c844d573f7b0a5ac97a19fa6e9f02cdbd57c7e15e6f817aba"
|
||||||
head "https://github.com/azure/azure-xplat-cli.git", :branch => "dev"
|
head "https://github.com/azure/azure-xplat-cli.git", :branch => "dev"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue