Merge pull request #2265 from hashicorp/wat

Bump to 0.5.4
This commit is contained in:
Michael Schurter 2017-02-01 10:52:47 -08:00 committed by GitHub
commit c6ef012345
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install -y unzip curl wget vim
# Download Nomad
echo Fetching Nomad...
cd /tmp/
curl -sSL https://releases.hashicorp.com/nomad/0.5.2/nomad_0.5.2_linux_amd64.zip -o nomad.zip
curl -sSL https://releases.hashicorp.com/nomad/0.5.4/nomad_0.5.4_linux_amd64.zip -o nomad.zip
echo Installing Nomad...
unzip nomad.zip

View file

@ -2,7 +2,7 @@ set :base_url, "https://www.nomadproject.io/"
activate :hashicorp do |h|
h.name = "nomad"
h.version = "0.5.1"
h.version = "0.5.4"
h.github_slug = "hashicorp/nomad"
end