diff --git a/bucket/clash.meta.json b/bucket/clash.meta.json deleted file mode 100644 index 656b46b7a0..0000000000 --- a/bucket/clash.meta.json +++ /dev/null @@ -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" - } - } - } -} diff --git a/bucket/mihomo.json b/bucket/mihomo.json new file mode 100644 index 0000000000..4e005e9699 --- /dev/null +++ b/bucket/mihomo.json @@ -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" + } + } + } +}