Skip to content

Commit

Permalink
Update and rename hiddify-next.json to hiddify.json
Browse files Browse the repository at this point in the history
  • Loading branch information
b4imetu authored Nov 20, 2024
1 parent 42689f0 commit 1bd28ae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions bucket/hiddify-next.json → bucket/hiddify.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"version": "2.3.1",
"version": "2.5.7",
"description": "Multi-platform auto-proxy client, supporting Sing-box, X-ray, TUIC, Hysteria, Reality, Trojan, SSH etc. It’s an open-source, secure and ad-free.",
"homepage": "https://hiddify.com/",
"license": {
"identifier": "CC-BY-NC-SA-4.0",
"url": "https://github.com/hiddify/hiddify-next/blob/main/LICENSE.md"
"identifier": "GPL-3.0",
"url": "https://https://github.com/hiddify/hiddify-app/blob/main/LICENSE.md"
},
"architecture": {
"64bit": {
"url": "https://github.com/hiddify/hiddify-next/releases/download/v2.3.1/Hiddify-Windows-Portable-x64.zip",
"hash": "8150d3bae8b5eac91a3496ff46624454fbd3c41dfd06e6bc71d5273f474519bf"
"url": "https://github.com/hiddify/hiddify-app/releases/download/v2.5.7/Hiddify-Windows-Portable-x64.zip",
"hash": "dbb4ae2d70395c20ae3de86afd047f0be9ffb20d42be5a104e332f6469cdb6d7"
}
},
"extract_dir": "hiddify-next-portable",
"extract_dir": "hiddify-app-portable",
"installer": {
"script": [
"ensure \"$persist_dir\" | Out-Null",
Expand All @@ -29,14 +29,14 @@
]
],
"checkver": {
"url": "https://api.github.com/repos/hiddify/hiddify-next/releases",
"url": "https://api.github.com/repos/hiddify/hiddify-app/releases",
"jsonpath": "$[0].assets[*].browser_download_url",
"regex": "/releases/download/v([\\w.]+)/(?<file>(?:hiddify|Hiddify)-(?:windows|Windows)-(?:portable|Portable)-x64\\.zip)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/hiddify/hiddify-next/releases/download/v$version/$matchFile"
"url": "https://github.com/hiddify/hiddify-app/releases/download/v$version/$matchFile"
}
}
}
Expand Down

0 comments on commit 1bd28ae

Please sign in to comment.