mihomo: Update to version 1.18.2

This commit is contained in:
github-actions[bot] 2024-03-27 13:14:38 +00:00
parent a2babcee21
commit 3510b616cf

View File

@ -1,20 +1,20 @@
{ {
"version": "1.18.1", "version": "1.18.2",
"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.18.1/mihomo-windows-amd64-v1.18.1.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.2/mihomo-windows-amd64-v1.18.2.zip",
"hash": "757b0c0b516e895d64f309b41ce8a5cfe88e784831a1d933f0bf88eadab3caef" "hash": "2e223127a166c67476e9eaab46fd960f4f98b9560f10a15fd1e765caf229fcec"
}, },
"32bit": { "32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.1/mihomo-windows-386-v1.18.1.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.2/mihomo-windows-386-v1.18.2.zip",
"hash": "664cb12a826dad6710e4b6c13c56d809888ec1d41e2e2ef208ac1e26574300e0" "hash": "bb8b17cd53c5d4db5f8fb63577f33c6a3bdd44bd82039c73534f1978bb6a75c4"
}, },
"arm64": { "arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.1/mihomo-windows-arm64-v1.18.1.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.2/mihomo-windows-arm64-v1.18.2.zip",
"hash": "386c979c6aacee0cf10c645c25d08c941fd7fbcfcc641d3e261e91952fa38c8a" "hash": "b940e63f969bd3aefa0f9fdbb79fe9111db262c608e5fdf13de7dc56eb768adc"
} }
}, },
"pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'", "pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",