From d28af7fb9af61cb276875ebfc66abad6768b739f Mon Sep 17 00:00:00 2001 From: THEshezzzee <61621678+THEshezzee@users.noreply.github.com> Date: Tue, 3 Jan 2023 17:32:36 +0300 Subject: [PATCH] rathole: Add version 0.4.7 (#4280) --- bucket/rathole.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/rathole.json diff --git a/bucket/rathole.json b/bucket/rathole.json new file mode 100644 index 0000000000..3d2d9e6d2b --- /dev/null +++ b/bucket/rathole.json @@ -0,0 +1,21 @@ +{ + "version": "0.4.7", + "description": "A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok.", + "homepage": "https://github.com/rapiz1/rathole", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/rapiz1/rathole/releases/download/v0.4.7/rathole-x86_64-pc-windows-msvc.zip", + "hash": "5041dad585a35ab841cf44028ee5318b61ce73b97f2ff90757a8ce609e620a63" + } + }, + "bin": "rathole.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/rapiz1/rathole/releases/download/v$version/rathole-x86_64-pc-windows-msvc.zip" + } + } + } +}