mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 20:51:21 +00:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"version": "0.3.18",
|
|
"description": "Command line deployment/management client for fly.io services",
|
|
"homepage": "https://github.com/superfly/flyctl",
|
|
"license": " Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.18/flyctl_0.3.18_Windows_x86_64.zip",
|
|
"hash": "b35f5f7353e82bbe9b18a071a4fce665239fa95b4d9a966ee8347797e21aeb92"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.18/flyctl_0.3.18_Windows_arm64.zip",
|
|
"hash": "091f71ca6807008191bf80ef0e84618f3ce6236d688143a34fb6847b883a4772"
|
|
}
|
|
},
|
|
"bin": [
|
|
"flyctl.exe",
|
|
[
|
|
"flyctl.exe",
|
|
"fly"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/superfly/flyctl/releases/download/v$version/flyctl_$version_Windows_x86_64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/superfly/flyctl/releases/download/v$version/flyctl_$version_Windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|