mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
24 lines
848 B
JSON
24 lines
848 B
JSON
{
|
|
"version": "1.29.1",
|
|
"description": "A tool for developers to build, release and operate production ready containerized applications on Amazon ECS and AWS Fargate.",
|
|
"homepage": "https://aws.github.io/copilot-cli/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/aws/copilot-cli/releases/download/v1.29.1/copilot-windows.exe#/copilot.exe",
|
|
"hash": "6a36d911257b637a6bf3295a0b94b405e4c12ef38fe77b299dcad8d41833399d"
|
|
}
|
|
},
|
|
"bin": "copilot.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/aws/copilot-cli"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/aws/copilot-cli/releases/download/v$version/copilot-windows.exe#/copilot.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|