mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 02:01:26 +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": "0.12.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/nomad/0.12.1/nomad_0.12.1_windows_amd64.zip",
|
|
"hash": "597e41e39ca7eb39ef98e90ad9f39e513e97c1d5e8693c66c8cad32e852f77dc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/nomad/0.12.1/nomad_0.12.1_windows_386.zip",
|
|
"hash": "14d02c145b0a046d439c22fffdce29dfa1a041b9f652490a41501eb898539094"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|