rathole: Add version 0.4.7 (#4280)

This commit is contained in:
THEshezzzee 2023-01-03 17:32:36 +03:00 committed by GitHub
parent fd8ea2c7a7
commit d28af7fb9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/rathole.json Normal file
View File

@ -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"
}
}
}
}