mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.26.0",
 | 
						|
    "description": "Generate an OCI compliant image based off app source.",
 | 
						|
    "homepage": "https://github.com/railwayapp/nixpacks",
 | 
						|
    "license": "MIT",
 | 
						|
    "suggest": {
 | 
						|
        "vcredist": "extras/vcredist2022"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/railwayapp/nixpacks/releases/download/v1.26.0/nixpacks-v1.26.0-x86_64-pc-windows-msvc.zip",
 | 
						|
            "hash": "af7ecb0166e437ad90fb0b1ce693b4fc1a6b874c24ebf1f72762737dfde46b54"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/railwayapp/nixpacks/releases/download/v1.26.0/nixpacks-v1.26.0-i686-pc-windows-msvc.zip",
 | 
						|
            "hash": "53ce615c3171e413d2ed8c9ea460814aef6d0ed3a7eed24818af0ac73725f815"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "nixpacks.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/railwayapp/nixpacks/releases/download/v$version/nixpacks-v$version-x86_64-pc-windows-msvc.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/railwayapp/nixpacks/releases/download/v$version/nixpacks-v$version-i686-pc-windows-msvc.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha256"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |