mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "7.1.0",
 | 
						|
    "description": "Create, edit, compose, and convert 200+ of bitmap images formats.",
 | 
						|
    "homepage": "https://imagemagick.org/",
 | 
						|
    "license": "ImageMagick",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-7.1.0-portable-Q16-HDRI-x64.zip",
 | 
						|
            "hash": "e69c1bc8ec028a010c991167e37531688d2e508f70cd81565aaa195cebea2078"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-7.1.0-portable-Q16-HDRI-x86.zip",
 | 
						|
            "hash": "140107404dc176234cc40debe2c1138090ade8f36e9580c0a0db8f00489595be"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "magick.exe",
 | 
						|
        "dcraw.exe",
 | 
						|
        "IMDisplay.exe"
 | 
						|
    ],
 | 
						|
    "notes": [
 | 
						|
        "- This manifest contains the barebones ImageMagick installation.",
 | 
						|
        "- For appropriate programming DLLs and environment variables, install 'imagemagick' instead."
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://download.imagemagick.org/ImageMagick/download/binaries/?C=N;O=D",
 | 
						|
        "regex": "ImageMagick-([\\d.-]+)-portable-Q16-HDRI-x64\\.zip\\.asc"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-$version-portable-Q16-HDRI-x64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-$version-portable-Q16-HDRI-x86.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "mode": "rdf",
 | 
						|
            "url": "https://www.imagemagick.org/download/binaries/digest.rdf"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |