mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-07 16:01:20 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "1.2.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.2.2/nomad_1.2.2_windows_amd64.zip",
|
|
"hash": "dc2b0fe9c0f72ed6acec79d8e6f9d24d2401f14342d0706f5bc4749b9d150ebf"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/nomad/1.2.2/nomad_1.2.2_windows_386.zip",
|
|
"hash": "348577186cc88de3b939f4f63e895cf8bc2000f5d61f2450eedf130a873be717"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|