mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 11:42:21 +08:00
chore: update clash version
This commit is contained in:
parent
536e3ffb11
commit
1581e9b1cd
|
@ -20,7 +20,7 @@ function resolveClash() {
|
|||
|
||||
const CLASH_URL_PREFIX =
|
||||
"https://github.com/Dreamacro/clash/releases/download/premium/";
|
||||
const CLASH_LATEST_DATE = "2022.04.17";
|
||||
const CLASH_LATEST_DATE = "2022.05.17";
|
||||
|
||||
// todo
|
||||
const map = {
|
||||
|
@ -52,7 +52,7 @@ async function resolveClashMeta() {
|
|||
const { platform, arch } = process;
|
||||
|
||||
const urlPrefix = `https://github.com/MetaCubeX/Clash.Meta/releases/download/`;
|
||||
const latestVersion = "v1.11.0";
|
||||
const latestVersion = "v1.11.1";
|
||||
|
||||
const map = {
|
||||
"win32-x64": "Clash.Meta-windows-amd64v3",
|
||||
|
|
Loading…
Reference in New Issue
Block a user