Skip to content

Commit

Permalink
juju@1.25 1.25.10
Browse files Browse the repository at this point in the history
Closes #9811.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
Curtis Hovey authored and MikeMcQuaid committed Feb 13, 2017
1 parent 37c6333 commit 39f09b0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Formula/juju@1.25.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
class JujuAT125 < Formula
desc "DevOps management tool"
homepage "https://jujucharms.com/"
url "https://launchpad.net/juju-core/1.25/1.25.8/+download/juju-core_1.25.8.tar.gz"
sha256 "7866cf4195d7fe87463bc7501cece12b4d0c3d08b8983f66cecf54f6f8b28267"
revision 1
url "https://launchpad.net/juju-core/1.25/1.25.10/+download/juju-core_1.25.10.tar.gz"
sha256 "8d5e6eee6a3adc9d6c240ef6a5806653644e30dc5b0b9825046a242b07944927"

bottle do
cellar :any_skip_relocation
Expand All @@ -16,6 +15,8 @@ class JujuAT125 < Formula

depends_on "go" => :build

depends_on "go" => :build

def install
ENV["GOPATH"] = buildpath
system "go", "build", "github.com/juju/juju/cmd/juju"
Expand Down

0 comments on commit 39f09b0

Please sign in to comment.