mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-14 15:45:19 +00:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"version": "0.2.86",
|
|
"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.2.86/flyctl_0.2.86_Windows_x86_64.zip",
|
|
"hash": "687936a4b1f9a7a0bca414197ad91abacec421a970d50dedc98d95c04707d4b2"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/superfly/flyctl/releases/download/v0.2.86/flyctl_0.2.86_Windows_arm64.zip",
|
|
"hash": "c546692d1e07f4b16c051df4e6a865437f5d1d1d1da5a8da88956f3d5d6384ab"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|