From 8b875f3944c8c5acd80a9026994ea279436abe0b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 22 Jun 2021 21:00:16 +0000 Subject: [PATCH] nomad: Update to version 1.1.2 --- bucket/nomad.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nomad.json b/bucket/nomad.json index 6d832019ca..44014441e7 100644 --- a/bucket/nomad.json +++ b/bucket/nomad.json @@ -1,16 +1,16 @@ { - "version": "1.1.1", + "version": "1.1.2", "description": "Easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications.", "homepage": "https://www.nomadproject.io", "license": "MPL-2.0", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/nomad/1.1.1/nomad_1.1.1_windows_amd64.zip", - "hash": "7ec735097e3ac0ae03c4722d2d72393754383a51b387e370c6aa32a05615e491" + "url": "https://releases.hashicorp.com/nomad/1.1.2/nomad_1.1.2_windows_amd64.zip", + "hash": "6c8d7eb5234fca5d2eb5d617a007a842d9145912197724b889bb8cb0a92924df" }, "32bit": { - "url": "https://releases.hashicorp.com/nomad/1.1.1/nomad_1.1.1_windows_386.zip", - "hash": "8ca3d4222680a75cb784d70f6bafc6c387fa3d5fcef9265997ee92825c1245b9" + "url": "https://releases.hashicorp.com/nomad/1.1.2/nomad_1.1.2_windows_386.zip", + "hash": "12740f7aa724d4eb83dd94d0408ded8af0f9aa8586c9bfd8b0ed639b01fe0a99" } }, "bin": "nomad.exe",