mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 02:31:21 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "1.5.0",
|
|
"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.5.0/nomad_1.5.0_windows_amd64.zip",
|
|
"hash": "271e19e9a02799053d95d5c22affbf187afe5c8f9698eadd38ef9a32f4f0be0d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/nomad/1.5.0/nomad_1.5.0_windows_386.zip",
|
|
"hash": "8aa5ebf732a4fef7cba6d7f76ec220a31b5d20dc333998e938e4ffb3cd2499c2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|