Sebastian Szymbor 0823cb8ea4 nomad@0.10.1: Fix hash (#594)
According to https://releases.hashicorp.com/nomad/0.10.1/nomad_0.10.1_SHA256SUMS 
```
00531dc66f33051aeccca8a644fdb0fa4a9276ef889b7748cd31cd3f821a76d4  ./nomad_0.10.1_windows_386.zip
227b753a1f4407d16714e86506f503be576f6b2203ecc35e5c9f37bd7a62af91  ./nomad_0.10.1_windows_amd64.zip
```
2019-11-21 15:53:12 +01:00

35 lines
1.3 KiB
JSON

{
"homepage": "https://www.nomadproject.io",
"license": "MPL-2.0",
"description": "Easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications.",
"version": "0.10.1",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/nomad/0.10.1/nomad_0.10.1_windows_amd64.zip",
"hash": "227b753a1f4407d16714e86506f503be576f6b2203ecc35e5c9f37bd7a62af91"
},
"32bit": {
"url": "https://releases.hashicorp.com/nomad/0.10.1/nomad_0.10.1_windows_386.zip",
"hash": "00531dc66f33051aeccca8a644fdb0fa4a9276ef889b7748cd31cd3f821a76d4"
}
},
"bin": "nomad.exe",
"checkver": {
"url": "https://releases.hashicorp.com/nomad/",
"re": "nomad_([\\d.]+)</a>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/nomad/$version/nomad_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://releases.hashicorp.com/nomad/$version/nomad_$version_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/nomad_$version_SHA256SUMS"
}
}
}