mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.19.11",
 | 
						|
    "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.19.11/mihomo-windows-amd64-v1.19.11.zip",
 | 
						|
            "hash": "2e5a35615ff93efe57d8a2790d26a084db039f58f4c9659ff0907ba87c2756f9"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.11/mihomo-windows-386-v1.19.11.zip",
 | 
						|
            "hash": "1430f7075a299707c03209efef171570e9d12b4ef40841f762250ebd3929b005"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.11/mihomo-windows-arm64-v1.19.11.zip",
 | 
						|
            "hash": "46b8cc2d00cc5de45e068d1934faf2e67d2bec66cb8a1b35fb4602be2c2d982e"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |