ScoopInstaller_Main/bucket/imagemagick.json
2024-07-14 16:27:29 +00:00

51 lines
2.0 KiB
JSON

{
"version": "7.1.1-35",
"description": "Create, edit, compose, and convert 200+ bitmap image formats.",
"homepage": "https://imagemagick.org/",
"license": "ImageMagick",
"architecture": {
"64bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-35-Q16-HDRI-x64-dll.exe",
"hash": "83e1b3ad474b6c78f0f20514c6313938dcdd3bf8338c316c25f099d44cbf483c"
},
"32bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-35-Q16-HDRI-x86-dll.exe",
"hash": "6cb6f25b7ddf499309909252240f847b14d7d1279f7f04bc8eb468f27777ced8"
},
"arm64": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-35-Q16-HDRI-arm64-dll.exe",
"hash": "6190d808395bd0605ed9523752c37afa88b37b1df413bfe0cc60da66de5b065e"
}
},
"innosetup": true,
"env_set": {
"MAGICK_HOME": "$dir",
"MAGICK_CONFIGURE_PATH": "$dir",
"MAGICK_CODER_MODULE_PATH": "$dir\\modules\\coders"
},
"env_add_path": ".",
"notes": "'convert.exe' is deprecated in v7 (it also conflicts with the builtin Windows 'convert' utility). Use 'magick convert ...' instead.",
"checkver": {
"url": "https://imagemagick.org/archive/binaries/digest.rdf",
"reverse": true,
"regex": "ImageMagick-([\\d.-]+)-Q16-HDRI-x64-dll\\.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-$version-Q16-HDRI-x64-dll.exe"
},
"32bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-$version-Q16-HDRI-x86-dll.exe"
},
"arm64": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-$version-Q16-HDRI-arm64-dll.exe"
}
},
"hash": {
"mode": "rdf",
"url": "https://imagemagick.org/archive/binaries/digest.rdf"
}
}
}