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.8.0",
 | 
						|
    "description": "Manage multiple SDK versions with a single CLI tool, extendable via plugins",
 | 
						|
    "homepage": "https://vfox.dev/",
 | 
						|
    "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.dev/guides/quick-start.html#_2-hook-vfox-to-your-shell"
 | 
						|
    ],
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/version-fox/vfox/releases/download/v0.8.0/vfox_0.8.0_windows_x86_64.zip",
 | 
						|
            "hash": "ad0a63cd5fd99db6c98a0701772aad92883d456fde3146c5386572ddaeeee87f",
 | 
						|
            "extract_dir": "vfox_0.8.0_windows_x86_64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/version-fox/vfox/releases/download/v0.8.0/vfox_0.8.0_windows_i386.zip",
 | 
						|
            "hash": "4769294d060bcf48618619e4a08f5d412e31263eecb1bd1e09a58bb9a31dfbe1",
 | 
						|
            "extract_dir": "vfox_0.8.0_windows_i386"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/version-fox/vfox/releases/download/v0.8.0/vfox_0.8.0_windows_aarch64.zip",
 | 
						|
            "hash": "5f6a85fa7e11cbcdd8565cf76af9972ba0bacea9569792770f8d7eab76c1f1f4",
 | 
						|
            "extract_dir": "vfox_0.8.0_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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |