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.14",
 | 
						|
    "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.14/mihomo-windows-amd64-v1.19.14.zip",
 | 
						|
            "hash": "f90193f8cd47c11ba23c3d4d09f79e287575a8df1c48bf380623c480b1d8c567"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.14/mihomo-windows-386-v1.19.14.zip",
 | 
						|
            "hash": "af1a122663e11776a1363f32aee3dd6e82db565906b301336751b85200c919f3"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.14/mihomo-windows-arm64-v1.19.14.zip",
 | 
						|
            "hash": "6ef7c8272da29395f10675092e652dd3164fcd3e868122026f0b8b56314accdb"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |