From 1bd28ae34332d23b3408a34eee6a9ea069595993 Mon Sep 17 00:00:00 2001 From: b4imetu <41535001+b4imetu@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:02:55 +0800 Subject: [PATCH] Update and rename hiddify-next.json to hiddify.json --- bucket/{hiddify-next.json => hiddify.json} | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) rename bucket/{hiddify-next.json => hiddify.json} (64%) diff --git a/bucket/hiddify-next.json b/bucket/hiddify.json similarity index 64% rename from bucket/hiddify-next.json rename to bucket/hiddify.json index 8fdf45d368508d..97eead4e30ab36 100644 --- a/bucket/hiddify-next.json +++ b/bucket/hiddify.json @@ -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", @@ -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.]+)/(?(?: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" } } }