clash.meta: Update to version 1.14.2

This commit is contained in:
github-actions[bot] 2023-02-18 20:25:35 +00:00
parent 7d744cb2bc
commit cdaffe3a8a

View File

@ -1,16 +1,16 @@
{ {
"version": "1.14.1", "version": "1.14.2",
"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.1/Clash.Meta-windows-amd64-v1.14.1.zip", "url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v1.14.2/Clash.Meta-windows-amd64-v1.14.2.zip",
"hash": "1b7d36a370561761e714b8f325b748ad4ef7e7c65721f94580cc161b22224c12" "hash": "34adbc671541b4b20ad5596598cba6bd2164422fe19e5d2799d7f6dada4af8e5"
}, },
"32bit": { "32bit": {
"url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v1.14.1/Clash.Meta-windows-386-v1.14.1.zip", "url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v1.14.2/Clash.Meta-windows-386-v1.14.2.zip",
"hash": "7da9225958c7db6da3aacdc3f4ffd4cd491f8825129b39d8247974875592d58d" "hash": "20195d2e2c9f92a3f863677836994d3748379ac1ce65f169453c8fdc10bff1e3"
} }
}, },
"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'",