mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.13.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.13.0/nixpacks-v1.13.0-x86_64-pc-windows-msvc.zip",
 | 
						|
            "hash": "19d39ead26e62c1b1f48cf18660b5ac051c1494d1ff59a291c9e7de34c25a6a6"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/railwayapp/nixpacks/releases/download/v1.13.0/nixpacks-v1.13.0-i686-pc-windows-msvc.zip",
 | 
						|
            "hash": "8d7393a9e12a690a29a608012948040fd2855559f5c2309f569827c341cf9985"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |