mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 15:21:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.7.1",
 | 
						|
    "description": "The Haskell Tool Stack",
 | 
						|
    "homepage": "https://www.haskellstack.org",
 | 
						|
    "license": "BSD-3-Clause",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/commercialhaskell/stack/releases/download/v3.7.1/stack-3.7.1-windows-x86_64.zip",
 | 
						|
            "hash": "6a7afbd56f511bcd13553cfc8ce3329621d1648cf2c858cb45b4fc6a9158d992"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "stack.exe",
 | 
						|
    "installer": {
 | 
						|
        "script": "Add-Path -Path \"$env:APPDATA\\local\\bin\" -Global:$global"
 | 
						|
    },
 | 
						|
    "uninstaller": {
 | 
						|
        "script": "Remove-Path -Path \"$env:APPDATA\\local\\bin\" -Global:$global"
 | 
						|
    },
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/commercialhaskell/stack"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/commercialhaskell/stack/releases/download/v$version/stack-$version-windows-x86_64.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha256"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |