From 4a74bae8c74c547469032f70e9c393e04772d589 Mon Sep 17 00:00:00 2001
From: GyDi <segydi@foxmail.com>
Date: Wed, 25 May 2022 16:08:58 +0800
Subject: [PATCH] chore: update clash core

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

diff --git a/scripts/check.mjs b/scripts/check.mjs
index 21b5d46..7041a32 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.17";
+  const CLASH_LATEST_DATE = "2022.05.18";
 
   // todo
   const map = {
@@ -255,7 +255,7 @@ async function resolveService() {
  */
 async function resolveMmdb() {
   const url =
-    "https://github.com/Dreamacro/maxmind-geoip/releases/latest/download/Country.mmdb";
+    "https://github.com/Dreamacro/maxmind-geoip/releases/download/20220512/Country.mmdb";
 
   const resDir = path.join(cwd, "src-tauri", "resources");
   const resPath = path.join(resDir, "Country.mmdb");
-- 
GitLab