mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"version": "0.53.2",
|
|
"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.53.2/frp_0.53.2_windows_amd64.zip",
|
|
"hash": "043cd981e81f756123ea4501569ad8d1fbb8166d1046b349ca423aa6ddc0ce31",
|
|
"extract_dir": "frp_0.53.2_windows_amd64"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/fatedier/frp/releases/download/v0.53.2/frp_0.53.2_windows_arm64.zip",
|
|
"hash": "26eb992318437fad2d122ef76cfb3086f1339201486a1cdec910fe1a457ac383",
|
|
"extract_dir": "frp_0.53.2_windows_arm64"
|
|
}
|
|
},
|
|
"bin": [
|
|
"frpc.exe",
|
|
"frps.exe"
|
|
],
|
|
"persist": [
|
|
"frpc.toml",
|
|
"frps.toml"
|
|
],
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/fatedier/frp/releases/download/v$version/frp_$version_windows_arm64.zip",
|
|
"extract_dir": "frp_$version_windows_arm64"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/frp_sha256_checksums.txt"
|
|
}
|
|
}
|
|
}
|