mihomo: Update to version 1.18.1

This commit is contained in:
github-actions[bot] 2024-02-05 08:25:41 +00:00
parent 7e3cfcafc6
commit 9557b377bb

View File

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