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>
This commit is contained in:
Doddddd 2023-12-08 21:54:57 +08:00 committed by GitHub
parent 3d6a156427
commit ac8fee8d4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 42 additions and 35 deletions

View File

@ -1,35 +0,0 @@
{
"version": "1.16.0",
"description": "Fork of Clash, a rule-based tunnel.",
"homepage": "https://github.com/MetaCubeX/Clash.Meta",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v1.16.0/Clash.Meta-windows-amd64-v1.16.0.zip",
"hash": "044b94856cb20675a55d2e262993366b1da00c106ebb87583abe09def5ddcd3a"
},
"32bit": {
"url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v1.16.0/Clash.Meta-windows-386-v1.16.0.zip",
"hash": "5c3f0fec252b5a1e018dc0a9e24a20194f377f6bb93b6f87a622ed159311cf61"
}
},
"pre_install": "Get-ChildItem \"$dir\\Clash.Meta*.exe\" | Rename-Item -NewName 'Clash.Meta.exe'",
"bin": [
"Clash.Meta.exe",
[
"Clash.Meta.exe",
"clash"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v$version/Clash.Meta-windows-amd64-v$version.zip"
},
"32bit": {
"url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v$version/Clash.Meta-windows-386-v$version.zip"
}
}
}
}

42
bucket/mihomo.json Normal file
View File

@ -0,0 +1,42 @@
{
"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"
}
}
}
}