From 24ec6682e11b76b772ecb3e791f73fa4409e975c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 28 Apr 2019 11:47:28 +0200 Subject: [PATCH] Add frp version 0.27.0 (#14) Co-authored-by: devdevdevdeep --- bucket/frp.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 bucket/frp.json diff --git a/bucket/frp.json b/bucket/frp.json new file mode 100644 index 0000000000..61b6718ef7 --- /dev/null +++ b/bucket/frp.json @@ -0,0 +1,41 @@ +{ + "version": "0.27.0", + "description": "A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.", + "homepage": "https://github.com/fatedier/frp", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/fatedier/frp/releases/download/v0.27.0/frp_0.27.0_windows_amd64.zip", + "hash": "50a785897520798780ba9c01a66e389162006506ae7713e7c639b86d3b1ef3cf", + "extract_dir": "frp_0.27.0_windows_amd64" + }, + "32bit": { + "url": "https://github.com/fatedier/frp/releases/download/v0.27.0/frp_0.27.0_windows_386.zip", + "hash": "d887ac65437c253ddc96674d16944db3d0c5850765b935be4f379f172532dfa6", + "extract_dir": "frp_0.27.0_windows_386" + } + }, + "bin": [ + "frpc.exe", + "frps.exe" + ], + "persist": [ + "frpc.ini", + "frpc_full.ini", + "frps.ini", + "frps_full.ini" + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/fatedier/frp/releases/download/v$version/frp_$version_windows_amd64.zip", + "extract_dir": "frp_$version_windows_amd64" + }, + "32bit": { + "url": "https://github.com/fatedier/frp/releases/download/v$version/frp_$version_windows_386.zip", + "extract_dir": "frp_$version_windows_386" + } + } + } +}