nomad 0.3rc1 (devel)
Nomad: devel / 0.3rc1 For information about this release, see <https://github.com/hashicorp/nomad/blob/v0.3rc1/CHANGELOG.md#030-unreleased>. Closes Homebrew/homebrew#49337. Signed-off-by: Andrew Janke <andrew@apjanke.net>
This commit is contained in:
parent
f805d54a85
commit
7b18986853
1 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,13 @@ class Nomad < Formula
|
|||
sha256 "34d09de2484828cb72d53a98f8ea4f5fd7d77eb26ceacef9d21c1fffaf29ac1d" => :mavericks
|
||||
end
|
||||
|
||||
devel do
|
||||
url "https://github.com/hashicorp/nomad.git",
|
||||
:tag => "v0.3rc1",
|
||||
:revision => "5e1a3c636c56410f7a025908b70cbb8700be0a71"
|
||||
version "0.3rc1"
|
||||
end
|
||||
|
||||
depends_on "go" => :build
|
||||
|
||||
go_resource "github.com/shirou/gopsutil" do
|
||||
|
|
Loading…
Reference in a new issue