fix(cask): [#2450] 删除冗余的 verified 参数

This commit is contained in:
2026-06-18 14:53:18 +08:00
parent 8c8161a805
commit 5bb0daa5aa
+1 -2
View File
@@ -2,8 +2,7 @@ cask "clashx-meta" do
version "1.4.38"
sha256 "2639f0770c8adccfe2aac723d218e33b0a87f9950e1cb03432708d3e00d3e0d3"
url "https://github.com/MetaCubeX/ClashX.Meta/releases/download/v#{version}/ClashX.Meta.zip",
verified: "github.com/MetaCubeX/ClashX.Meta/"
url "https://github.com/MetaCubeX/ClashX.Meta/releases/download/v#{version}/ClashX.Meta.zip"
name "ClashX Meta"
desc "Rule-based custom proxy with GUI based on Clash.Meta"
homepage "https://github.com/MetaCubeX/ClashX.Meta"