2022-08-05 20:30:29 +00:00

35 lines
1.3 KiB
JSON

{
"version": "1.3.3",
"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.3.3/nomad_1.3.3_windows_amd64.zip",
"hash": "279bd5e64062719dd48e4704e71e00e966e325c7ab2daa5c9212dde07667b5da"
},
"32bit": {
"url": "https://releases.hashicorp.com/nomad/1.3.3/nomad_1.3.3_windows_386.zip",
"hash": "c4b2d35471088a9880984259510e79fd8b994e872a1b27c3ef60ff98aa9d13c2"
}
},
"bin": "nomad.exe",
"checkver": {
"url": "https://releases.hashicorp.com/nomad/",
"regex": "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"
}
}
}