mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			51 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.6.4",
 | 
						|
    "description": "Manage multiple SDK versions with a single CLI tool, extendable via plugins",
 | 
						|
    "homepage": "https://vfox.lhan.me/",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "notes": [
 | 
						|
        "Important: You also need to add an activation script in your shell profile to make version fox to work!",
 | 
						|
        "Check the documentation for more details: https://vfox.lhan.me/guides/quick-start.html#_2-hook-vfox-to-your-shell"
 | 
						|
    ],
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/version-fox/vfox/releases/download/v0.6.4/vfox_0.6.4_windows_x86_64.zip",
 | 
						|
            "hash": "97bf3a10ecf64bed9b982c9a043cd3b4c28b0e8bd6702ae5b7c0556ea8a0d232",
 | 
						|
            "extract_dir": "vfox_0.6.4_windows_x86_64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/version-fox/vfox/releases/download/v0.6.4/vfox_0.6.4_windows_i386.zip",
 | 
						|
            "hash": "88290ad5d4d699aa1d8575d02a3fd627df75928f47e7ee036f9577d48963d11a",
 | 
						|
            "extract_dir": "vfox_0.6.4_windows_i386"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/version-fox/vfox/releases/download/v0.6.4/vfox_0.6.4_windows_aarch64.zip",
 | 
						|
            "hash": "6c0cfe088ba06a6f8686bc1990a0a76ed76ea3c03528b4d542d89e34bdbf1bab",
 | 
						|
            "extract_dir": "vfox_0.6.4_windows_aarch64"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "vfox.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/version-fox/vfox"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/version-fox/vfox/releases/download/v$version/vfox_$version_windows_x86_64.zip",
 | 
						|
                "extract_dir": "vfox_$version_windows_x86_64"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/version-fox/vfox/releases/download/v$version/vfox_$version_windows_i386.zip",
 | 
						|
                "extract_dir": "vfox_$version_windows_i386"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/version-fox/vfox/releases/download/v$version/vfox_$version_windows_aarch64.zip",
 | 
						|
                "extract_dir": "vfox_$version_windows_aarch64"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |