From b5432c372886075ed1f59d0842cd3b49c40fe451 Mon Sep 17 00:00:00 2001
From: GyDi <segydi@foxmail.com>
Date: Mon, 20 Jun 2022 01:47:15 +0800
Subject: [PATCH] chore: update clash version

---
 scripts/check.mjs | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/scripts/check.mjs b/scripts/check.mjs
index f8d0cf9..6151c36 100644
--- a/scripts/check.mjs
+++ b/scripts/check.mjs
@@ -20,7 +20,7 @@ function resolveClash() {
 
   const CLASH_URL_PREFIX =
     "https://github.com/Dreamacro/clash/releases/download/premium/";
-  const CLASH_LATEST_DATE = "2022.05.18";
+  const CLASH_LATEST_DATE = "2022.06.19";
 
   // todo
   const map = {
@@ -52,13 +52,13 @@ async function resolveClashMeta() {
   const { platform, arch } = process;
 
   const urlPrefix = `https://github.com/MetaCubeX/Clash.Meta/releases/download/`;
-  const latestVersion = "v1.11.1";
+  const latestVersion = "v1.11.2";
 
   const map = {
-    "win32-x64": "Clash.Meta-windows-amd64v3",
-    "darwin-x64": "Clash.Meta-darwin-amd64v3",
+    "win32-x64": "Clash.Meta-windows-amd64",
+    "darwin-x64": "Clash.Meta-darwin-amd64",
     "darwin-arm64": "Clash.Meta-darwin-arm64",
-    "linux-x64": "Clash.Meta-linux-amd64v3",
+    "linux-x64": "Clash.Meta-linux-amd64",
   };
 
   const name = map[`${platform}-${arch}`];