Skip to content

Commit

Permalink
Add frpmgr.json
Browse files Browse the repository at this point in the history
  • Loading branch information
muxinxy committed Jan 19, 2025
1 parent 0bd9ca1 commit 1cd9d46
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions bucket/frpmgr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"version": "1.19.2",
"url": "https://github.com/koho/frpmgr/releases/download/v1.19.2/frpmgr-1.19.2-x64.zip",
"hash": "a913bed0741136b0d4af76415247f1514f88cf581eb158ae5a1899b6f2f6f45d",
"bin": "frpmgr.exe",
"description": "frpmgr is a tool for managing frp (Fast Reverse Proxy) configurations.",
"homepage": "https://github.com/koho/frpmgr",
"license": "Apache-2.0",
"architecture": {
"x86_64": {
"url": "https://github.com/koho/frpmgr/releases/download/v$version/frpmgr-$version-x64.zip",
"hash": "a913bed0741136b0d4af76415247f1514f88cf581eb158ae5a1899b6f2f6f45d",
"bin": "frpmgr.exe"
},
"x86": {
"url": "https://github.com/koho/frpmgr/releases/download/v$version/frpmgr-$version-x86.zip",
"hash": "3e2661d19ece6ca5ee475086d6f8bad10096721051a5e8bfd7c466f7a34560fa",
"bin": "frpmgr.exe"
}
},
"checkver": {
"github": "https://github.com/koho/frpmgr/releases"
},
"autoupdate": {
"architecture": {
"x86_64": {
"url": "https://github.com/koho/frpmgr/releases/download/v$version/frpmgr-$version-x64.zip",
"hash": {
"url": "https://github.com/koho/frpmgr/releases/download/v$version/frpmgr-$version-sha256-checksums.txt",
"regex": "([a-f0-9]{64}) frpmgr-$version-x64.zip"
},
"bin": "frpmgr.exe"
},
"x86": {
"url": "https://github.com/koho/frpmgr/releases/download/v$version/frpmgr-$version-x86.zip",
"hash": {
"url": "https://github.com/koho/frpmgr/releases/download/v$version/frpmgr-$version-sha256-checksums.txt",
"regex": "([a-f0-9]{64}) frpmgr-$version-x86.zip"
},
"bin": "frpmgr.exe"
}
}
}
}

0 comments on commit 1cd9d46

Please sign in to comment.