nomad 0.3.0

Nomad: 0.3.0

Announcement about the release: <https://www.hashicorp.com/blog/nomad-0.3.html>.

Closes Homebrew/homebrew#49575.

Signed-off-by: Andrew Janke <andrew@apjanke.net>
This commit is contained in:
Josh Tilles 2016-02-26 16:27:33 -05:00 committed by Andrew Janke
parent 98f7d04431
commit 6a21c58775

View file

@ -4,8 +4,8 @@ class Nomad < Formula
desc "Distributed, Highly Available, Datacenter-Aware Scheduler"
homepage "https://www.nomadproject.io"
url "https://github.com/hashicorp/nomad.git",
:tag => "v0.2.3",
:revision => "2977583c78e622ab257ed323ec1bc6cd8b8120dd"
:tag => "v0.3.0",
:revision => "8c27f155500ed22c1660a218177f2cc9b0639c25"
head "https://github.com/hashicorp/nomad.git"
@ -16,13 +16,6 @@ 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