mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.1.0",
 | 
						|
    "description": "AI for the command line, built for pipelines.",
 | 
						|
    "homepage": "https://github.com/charmbracelet/mods",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/charmbracelet/mods/releases/download/v1.1.0/mods_1.1.0_Windows_x86_64.zip",
 | 
						|
            "hash": "9f9eb7537e1f5dfe1f02275db88a87d6bf5451a989c207ac073a849fa15a4bab"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/charmbracelet/mods/releases/download/v1.1.0/mods_1.1.0_Windows_arm64.zip",
 | 
						|
            "hash": "719dac4d635e5c712874c2ccf87a292f8587f94287215ab56df94db4d129078e"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "mods.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/charmbracelet/mods/releases/download/v$version/mods_$version_Windows_x86_64.zip"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/charmbracelet/mods/releases/download/v$version/mods_$version_Windows_arm64.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |