mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 04:41:21 +00:00
35 lines
1.3 KiB
JSON
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": "1.0.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/nomad/1.0.0/nomad_1.0.0_windows_amd64.zip",
|
|
"hash": "31d985ab298c0ba88b9ff259b9afb8f5cfcf538235e78fe07871f4accde679db"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/nomad/1.0.0/nomad_1.0.0_windows_386.zip",
|
|
"hash": "c3f616549d40d62eaabbebf8571607262c614ab1c5ce640e2a5259165771b370"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|