From 9502289da670156765b1a87ef0e90a76dc668947 Mon Sep 17 00:00:00 2001 From: hoilc Date: Fri, 10 Jan 2025 00:14:51 +0800 Subject: [PATCH] add wush --- bucket/wush.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 bucket/wush.json diff --git a/bucket/wush.json b/bucket/wush.json new file mode 100644 index 000000000..6803ab112 --- /dev/null +++ b/bucket/wush.json @@ -0,0 +1,38 @@ +{ + "version": "0.4.1", + "description": "A command line tool that lets you easily transfer files and open shells over a peer-to-peer WireGuard connection.", + "homepage": "https://github.com/coder/wush", + "license": "CC0-1.0", + "architecture": { + "64bit": { + "url": "https://github.com/coder/wush/releases/download/v0.4.1/wush_0.4.1_windows_amd64.zip", + "hash": "886830a9d2c3e0d8476fb71626b795e41075d42b9dbf92bf4a8df8903be73396" + }, + "32bit": { + "url": "https://github.com/coder/wush/releases/download/v0.4.1/wush_0.4.1_windows_386.zip", + "hash": "fa19479c88ef64943587875a740c78e72ed6aabba815a31aa8eec77007939e74" + }, + "arm64": { + "url": "https://github.com/coder/wush/releases/download/v0.4.1/wush_0.4.1_windows_arm64.zip", + "hash": "3dba2eaeb698a7eef6f0308c7850dd531a1239bb0d09b1b8db09c9026fd8bfb4" + } + }, + "bin": "wush.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/coder/wush/releases/download/v$version/wush_$version_windows_amd64.zip" + }, + "32bit": { + "url": "https://github.com/coder/wush/releases/download/v$version/wush_$version_windows_386.zip" + }, + "arm64": { + "url": "https://github.com/coder/wush/releases/download/v$version/wush_$version_windows_arm64.zip" + } + }, + "hash": { + "url": "$baseurl/wush_$version_SHA256SUMS" + } + } +}