Skip to content

Commit

Permalink
Updated Homebrew formula for 0.7.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
armandgrillet committed Apr 10, 2019
1 parent 575bd64 commit 14a97d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dcos-cli.rb
@@ -1,8 +1,8 @@
class DcosCli < Formula
desc "The DC/OS command-line interface"
homepage "https://docs.mesosphere.com/latest/cli/"
url "https://github.com/dcos/dcos-cli/archive/0.7.11.tar.gz"
sha256 "401e8b3e6903c8347103ac52b8a573d6979f0136afb039e5924ad63f0c5e12d7"
url "https://github.com/dcos/dcos-cli/archive/0.7.12.tar.gz"
sha256 "1792b2d3fafb210d023065e13beaf77d274845ccd188a86d9e1fa3c85a704727"

depends_on "go" => :build
depends_on "go-bindata" => :build
Expand All @@ -12,7 +12,7 @@ def install
ENV["GOPATH"] = buildpath
ENV["NO_DOCKER"] = "1"

ENV["VERSION"] = "0.7.11"
ENV["VERSION"] = "0.7.12"
ENV["GO_BUILD_TAGS"] = "corecli"

bin_path = buildpath/"src/github.com/dcos/dcos-cli"
Expand Down

0 comments on commit 14a97d7

Please sign in to comment.