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:
Josh Tilles 2016-02-18 20:33:19 -05:00 committed by Andrew Janke
parent f805d54a85
commit 7b18986853

View file

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