ScoopInstaller_Main/bucket/imagemagick.json
2024-01-21 16:26:34 +00:00

51 lines
2.0 KiB
JSON

{
"version": "7.1.1-27",
"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-27-Q16-HDRI-x64-dll.exe",
"hash": "d9226f028dbc4756a70ef2bbef1dcbd1d9d31c218a3b4f7e57cba2621ecdf863"
},
"32bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-27-Q16-HDRI-x86-dll.exe",
"hash": "dd5347f7458b2d7ace130fe2a9bd6344782b68c857bdea7176f4e9f1a7ca64e6"
},
"arm64": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-27-Q16-HDRI-arm64-dll.exe",
"hash": "186aa684c266129c026f9354f1ef83bf6097c1817539d124fda5ef69ca5fe9a0"
}
},
"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"
}
}
}