coder, flyctl: Move from Extras

This commit is contained in:
unknown 2022-07-23 20:20:51 +08:00
parent 24ea51a080
commit 3479199672
2 changed files with 57 additions and 0 deletions

30
bucket/coder.json Normal file
View File

@ -0,0 +1,30 @@
{
"version": "0.8.1",
"description": "Creates remote development machines so your team can develop from anywhere.",
"homepage": "https://coder.com/",
"license": "AGPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/coder/coder/releases/download/v0.8.1/coder_0.8.1_windows_amd64.zip",
"hash": "b5d1e1125996f39ba4616a8d51e0168923bee3d68eed034ce46ecabf6fe25d62"
}
},
"bin": "coder.exe",
"env_set": {
"CODER_CONFIG_DIR": "$dir\\config"
},
"persist": "config",
"checkver": {
"github": "https://github.com/coder/coder"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/coder/coder/releases/download/v$version/coder_$version_windows_amd64.zip"
}
},
"hash": {
"url": "$baseurl/coder_$version_checksums.txt"
}
}
}

27
bucket/flyctl.json Normal file
View File

@ -0,0 +1,27 @@
{
"version": "0.0.358",
"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.0.358/flyctl_0.0.358_Windows_x86_64.zip",
"hash": "ab1c859260fc7b261c5693f1892b4956d113e37444eca7d7a4bfd1f66bb599ef"
}
},
"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"
}
}
}
}