mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
42 lines
1.5 KiB
JSON
42 lines
1.5 KiB
JSON
{
|
|
"version": "0.38.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.38.0/frp_0.38.0_windows_amd64.zip",
|
|
"hash": "722d7c6b976d85f29acd429f1fd6289a6e8451a3e1815444404bd4b99eb553f7",
|
|
"extract_dir": "frp_0.38.0_windows_amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fatedier/frp/releases/download/v0.38.0/frp_0.38.0_windows_386.zip",
|
|
"hash": "954903a1202b2a256a526839733dd2c3e676b58e68817aec11fd60743dab57ee",
|
|
"extract_dir": "frp_0.38.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"
|
|
}
|
|
}
|
|
}
|
|
}
|