mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://www.haskellstack.org",
 | 
						|
    "license": "BSD-3-Clause",
 | 
						|
    "version": "1.7.1",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/commercialhaskell/stack/releases/download/v1.7.1/stack-1.7.1-windows-x86_64.zip",
 | 
						|
            "hash": "0261779ce3598747528547585e78c4e6ad72b70523c9ac3d5c684f2b16791af6"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/commercialhaskell/stack/releases/download/v1.7.1/stack-1.7.1-windows-i386.zip",
 | 
						|
            "hash": "0d3df19f11fa15a2fbccc4f55232db42cf68aba43710d3a1bb6d1690b28d59c3"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "stack.exe"
 | 
						|
    ],
 | 
						|
    "installer": {
 | 
						|
        "script": "add_first_in_path \"$env:APPDATA\\local\\bin\" $global"
 | 
						|
    },
 | 
						|
    "uninstaller": {
 | 
						|
        "script": "remove_from_path \"$env:APPDATA\\local\\bin\" $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"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/commercialhaskell/stack/releases/download/v$version/stack-$version-windows-i386.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |