mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			50 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "7.1.0-8",
 | 
						|
    "description": "Create, edit, compose, and convert 200+ of bitmap images formats.",
 | 
						|
    "homepage": "https://imagemagick.org/",
 | 
						|
    "license": "ImageMagick",
 | 
						|
    "depends": "ffmpeg",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.1.0-portable-Q16-x64.zip",
 | 
						|
            "hash": "444bb252eb171007353c3dca16f79fb6efd129d1ae31b777b4c8c3e296832e3c"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.1.0-portable-Q16-x86.zip",
 | 
						|
            "hash": "71aa3b1efd296d9f43137c6355c4d60536d5776c50592b9287b1c73961d21265"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "compare.exe",
 | 
						|
        "composite.exe",
 | 
						|
        "conjure.exe",
 | 
						|
        "convert.exe",
 | 
						|
        [
 | 
						|
            "convert.exe",
 | 
						|
            "imconvert"
 | 
						|
        ],
 | 
						|
        "dcraw.exe",
 | 
						|
        "identify.exe",
 | 
						|
        "IMDisplay.exe",
 | 
						|
        "magick.exe",
 | 
						|
        "mogrify.exe",
 | 
						|
        "montage.exe",
 | 
						|
        "stream.exe"
 | 
						|
    ],
 | 
						|
    "checkver": "The current release is ImageMagick <a.*?>([\\d.p-]+)</a>",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://www.imagemagick.org/download/binaries/ImageMagick-$matchHead-portable-Q16-x64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://www.imagemagick.org/download/binaries/ImageMagick-$matchHead-portable-Q16-x86.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "mode": "rdf",
 | 
						|
            "url": "https://www.imagemagick.org/download/binaries/digest.rdf"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |