From 34791996725dc6f1d7332806ecd420ed32327b62 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 23 Jul 2022 20:20:51 +0800 Subject: [PATCH] coder, flyctl: Move from Extras --- bucket/coder.json | 30 ++++++++++++++++++++++++++++++ bucket/flyctl.json | 27 +++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 bucket/coder.json create mode 100644 bucket/flyctl.json diff --git a/bucket/coder.json b/bucket/coder.json new file mode 100644 index 0000000000..c9dbee27c6 --- /dev/null +++ b/bucket/coder.json @@ -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" + } + } +} diff --git a/bucket/flyctl.json b/bucket/flyctl.json new file mode 100644 index 0000000000..7e997184a0 --- /dev/null +++ b/bucket/flyctl.json @@ -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" + } + } + } +}