charm: fix dependency order

This commit is contained in:
commitay 2018-09-17 19:05:55 +10:00
parent c005b5690c
commit baa13a136d

View file

@ -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",