Doddddd ac8fee8d4e
clash.meta: Rename to mihomo (#5322)
* clash.meta: rename to mihomo

* Update description

* Update hash

* Update mihomo.json

* add arm64

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>

* add arm64

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>

---------

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>
2023-12-08 21:54:57 +08:00

43 lines
1.7 KiB
JSON

{
"version": "1.17.0",
"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.17.0/mihomo-windows-amd64-v1.17.0.zip",
"hash": "06e19c3d0d400f376615bb17c90524f62a27eea99fe098736b5a302b2f63f79e"
},
"32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.17.0/mihomo-windows-386-v1.17.0.zip",
"hash": "5c6b584c252106838e38e5aef9ba256b290b60fbe71828966c3f3129c48b4162"
},
"arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.17.0/mihomo-windows-arm64-v1.17.0.zip",
"hash": "baf5250f591905bf509868f9b57aac57cb753f4314ae53c50511c97ba7f0ca4e"
}
},
"pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",
"bin": [
"mihomo.exe",
[
"mihomo.exe",
"clash"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v$version/mihomo-windows-amd64-v$version.zip"
},
"32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v$version/mihomo-windows-386-v$version.zip"
},
"arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v$version/mihomo-windows-arm64-v$version.zip"
}
}
}
}