Skip to content

Commit

Permalink
Update bepass.json
Browse files Browse the repository at this point in the history
  • Loading branch information
markpash authored Oct 6, 2023
1 parent 6fb3e37 commit fe2ae74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/bepass.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"version": "1.6.2",
"description": "A simple DPI bypass tool written in go.",
"homepage": "https://github.com/uoosef/bepass",
"homepage": "https://github.com/bepass-org/bepass",
"license": "GPL-3",
"notes": "",
"architecture": {
"64bit": {
"url": "https://github.com/uoosef/bepass/releases/download/v1.6.2/Bepass-windows-amd64.51eb50.zip",
"url": "https://github.com/bepass-org/bepass/releases/download/v1.6.2/Bepass-windows-amd64.51eb50.zip",
"hash": "b694ceb4750cec0eeae923603ef176f9e9d57a504a62c5d31f653ea992ca063c"
}
},
"checkver": {
"url": "https://api.github.com/repos/uoosef/bepass/releases",
"url": "https://api.github.com/repos/bepass-org/bepass/releases",
"jsonpath": "$.[0].assets[0].browser_download_url",
"regex": "v(?<version>[\\d.]+)\/[^\/]+\\.(?<commit>[\\w]+)\\.zip$"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/uoosef/bepass/releases/download/v$version/Bepass-windows-amd64.$matchCommit.zip"
"url": "https://github.com/bepass-org/bepass/releases/download/v$version/Bepass-windows-amd64.$matchCommit.zip"
}
}
},
Expand Down

0 comments on commit fe2ae74

Please sign in to comment.