mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			46 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.9.11",
 | 
						|
    "description": "Scheme Scripting Engine",
 | 
						|
    "homepage": "https://practical-scheme.net/gauche/",
 | 
						|
    "license": "BSD-3-Clause",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/shirok/Gauche/releases/download/release0_9_11/Gauche-mingw-0.9.11-64bit.msi",
 | 
						|
            "hash": "ef91ec769e0e9456eae4786545081b704c26aee454700d7f705b00ad4b8065a4"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/shirok/Gauche/releases/download/release0_9_11/Gauche-mingw-0.9.11-32bit.msi",
 | 
						|
            "hash": "37c5247e3c48ed723556bc4db16d98ed75050945b2e28ec70584f0584d2b6c8e"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "Gauche",
 | 
						|
    "bin": [
 | 
						|
        "bin\\gauche-cesconv.exe",
 | 
						|
        "bin\\gauche-config.exe",
 | 
						|
        "bin\\gauche-install.exe",
 | 
						|
        "bin\\gauche-package.exe",
 | 
						|
        "bin\\gosh.exe",
 | 
						|
        "bin\\gosh-noconsole.exe"
 | 
						|
    ],
 | 
						|
    "shortcuts": [
 | 
						|
        [
 | 
						|
            "bin\\gosh.exe",
 | 
						|
            "Gosh"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/shirok/Gauche",
 | 
						|
        "regex": "mingw-([\\d.]+)-\\d+bit\\.msi"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/shirok/Gauche/releases/download/release$underscoreVersion/Gauche-mingw-$version-64bit.msi"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/shirok/Gauche/releases/download/release$underscoreVersion/Gauche-mingw-$version-32bit.msi"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |