mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-06 05:03:45 +08:00
chore: update clash version
This commit is contained in:
parent
0d241a4993
commit
54b0828c20
@ -20,7 +20,7 @@ function resolveClash() {
|
|||||||
|
|
||||||
const CLASH_URL_PREFIX =
|
const CLASH_URL_PREFIX =
|
||||||
"https://github.com/Dreamacro/clash/releases/download/premium/";
|
"https://github.com/Dreamacro/clash/releases/download/premium/";
|
||||||
const CLASH_LATEST_DATE = "2022.04.17";
|
const CLASH_LATEST_DATE = "2022.05.17";
|
||||||
|
|
||||||
// todo
|
// todo
|
||||||
const map = {
|
const map = {
|
||||||
@ -52,7 +52,7 @@ async function resolveClashMeta() {
|
|||||||
const { platform, arch } = process;
|
const { platform, arch } = process;
|
||||||
|
|
||||||
const urlPrefix = `https://github.com/MetaCubeX/Clash.Meta/releases/download/`;
|
const urlPrefix = `https://github.com/MetaCubeX/Clash.Meta/releases/download/`;
|
||||||
const latestVersion = "v1.11.0";
|
const latestVersion = "v1.11.1";
|
||||||
|
|
||||||
const map = {
|
const map = {
|
||||||
"win32-x64": "Clash.Meta-windows-amd64v3",
|
"win32-x64": "Clash.Meta-windows-amd64v3",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user