charm: fix dependency order
This commit is contained in:
parent
c005b5690c
commit
baa13a136d
1 changed files with 1 additions and 1 deletions
|
@ -14,8 +14,8 @@ class Charm < Formula
|
||||||
sha256 "a75b8dcc4d0bd766e18a55dae39e786dae8186310eece4d88e0541e6e76aeb13" => :el_capitan
|
sha256 "a75b8dcc4d0bd766e18a55dae39e786dae8186310eece4d88e0541e6e76aeb13" => :el_capitan
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "go" => :build
|
|
||||||
depends_on "bazaar" => :build
|
depends_on "bazaar" => :build
|
||||||
|
depends_on "go" => :build
|
||||||
|
|
||||||
go_resource "github.com/kisielk/gotool" do
|
go_resource "github.com/kisielk/gotool" do
|
||||||
url "https://github.com/kisielk/gotool.git",
|
url "https://github.com/kisielk/gotool.git",
|
||||||
|
|
Loading…
Reference in a new issue