clash.meta: Update to version 1.15.0

This commit is contained in:
github-actions[bot] 2023-06-29 08:28:49 +00:00
parent 8c0f140607
commit e732878276

View File

@ -1,16 +1,16 @@
{ {
"version": "1.14.5", "version": "1.15.0",
"description": "Fork of Clash, a rule-based tunnel.", "description": "Fork of Clash, a rule-based tunnel.",
"homepage": "https://github.com/MetaCubeX/Clash.Meta", "homepage": "https://github.com/MetaCubeX/Clash.Meta",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v1.14.5/Clash.Meta-windows-amd64-v1.14.5.zip", "url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v1.15.0/Clash.Meta-windows-amd64-v1.15.0.zip",
"hash": "30f3a519e096ace3ce363614a9a943ca296cda1294cc0bd76600b7d39ed6b54e" "hash": "82afa046fca0ab53a30e01a6cc115260f9b70de2ebc6952384e26fab7b4ee560"
}, },
"32bit": { "32bit": {
"url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v1.14.5/Clash.Meta-windows-386-v1.14.5.zip", "url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v1.15.0/Clash.Meta-windows-386-v1.15.0.zip",
"hash": "c449763f748b1745e9117e6879c1f1457f88d1714b81febe36354fa126c446b2" "hash": "66d3a4e15a6f9a93cab79e213f974d9da82c76ca97c8cfe31daf37a0bfd621f0"
} }
}, },
"pre_install": "Get-ChildItem \"$dir\\Clash.Meta*.exe\" | Rename-Item -NewName 'Clash.Meta.exe'", "pre_install": "Get-ChildItem \"$dir\\Clash.Meta*.exe\" | Rename-Item -NewName 'Clash.Meta.exe'",