mihomo: Update to version 1.18.0

This commit is contained in:
github-actions[bot] 2024-01-02 20:24:35 +00:00
parent e757a24725
commit b3c9d855e2

View File

@ -1,20 +1,20 @@
{ {
"version": "1.17.0", "version": "1.18.0",
"description": "A simple Python Pydantic model for Honkai: Star Rail parsed data from the Mihomo API.", "description": "A simple Python Pydantic model for Honkai: Star Rail parsed data from the Mihomo API.",
"homepage": "https://github.com/MetaCubeX/mihomo", "homepage": "https://github.com/MetaCubeX/mihomo",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.17.0/mihomo-windows-amd64-v1.17.0.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.0/mihomo-windows-amd64-v1.18.0.zip",
"hash": "06e19c3d0d400f376615bb17c90524f62a27eea99fe098736b5a302b2f63f79e" "hash": "ab8b25366867d178f333c0de21c7b270b066f55a5506e5a8370163ae5fc6aa4a"
}, },
"32bit": { "32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.17.0/mihomo-windows-386-v1.17.0.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.0/mihomo-windows-386-v1.18.0.zip",
"hash": "5c6b584c252106838e38e5aef9ba256b290b60fbe71828966c3f3129c48b4162" "hash": "8c85b052ca549137a07837312be2a06d67ea19e0769249c481e82481c86c9d6b"
}, },
"arm64": { "arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.17.0/mihomo-windows-arm64-v1.17.0.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.0/mihomo-windows-arm64-v1.18.0.zip",
"hash": "baf5250f591905bf509868f9b57aac57cb753f4314ae53c50511c97ba7f0ca4e" "hash": "6c652e572a919ae7204ba06ed3fa9f39ecf16564e1a74ad8ad8bb80ab7e21425"
} }
}, },
"pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'", "pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",