From 06084e30b3d5f5cce455dcdbf379d39a25fd8125 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 12:47:45 +0000 Subject: [PATCH] clash-for-windows: Update to version 0.20.38 --- bucket/clash-for-windows.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/clash-for-windows.json b/bucket/clash-for-windows.json index 73e3803d7..a1ea612bd 100644 --- a/bucket/clash-for-windows.json +++ b/bucket/clash-for-windows.json @@ -1,20 +1,20 @@ { - "version": "0.20.37", + "version": "0.20.38", "homepage": "https://github.com/Fndroid/clash_for_windows_pkg", "description": "A Windows GUI based on Clash", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/Fndroid/clash_for_windows_pkg/releases/download/0.20.37/Clash.for.Windows.Setup.0.20.37.exe#/dl.7z", - "hash": "b8203f555d1d229de9f06b920b9f8bd10846a65966542868f8a06ec2547b1d00", + "url": "https://github.com/Fndroid/clash_for_windows_pkg/releases/download/0.20.38/Clash.for.Windows.Setup.0.20.38.exe#/dl.7z", + "hash": "be1210f80e96f5c5da58a46cb4db43f432f6d7212fe1d9319aba65b773cf08da", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\" -Force -Recurse" ] }, "32bit": { - "url": "https://github.com/Fndroid/clash_for_windows_pkg/releases/download/0.20.37/Clash.for.Windows.Setup.0.20.37.ia32.exe#/dl.7z", - "hash": "da4e928ac61631d8b154af98902da3c58d4e2ba932e00d679e69fc3c5d8b9da2", + "url": "https://github.com/Fndroid/clash_for_windows_pkg/releases/download/0.20.38/Clash.for.Windows.Setup.0.20.38.ia32.exe#/dl.7z", + "hash": "cc25fd46257092d4199da7d9b1d2851ea917f6f33bb36bd3e3b7210184901acb", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"", "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\" -Force -Recurse"