mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-26 13:24:39 +00:00
52 lines
2.2 KiB
JSON
52 lines
2.2 KiB
JSON
{
|
|
"version": "7.1.2-15",
|
|
"description": "Create, edit, compose, and convert 200+ bitmap image formats.",
|
|
"homepage": "https://imagemagick.org/",
|
|
"license": "ImageMagick",
|
|
"notes": [
|
|
"ImageMagick requires Ghostscript to handle PDF files properly.",
|
|
"You can install it by: scoop install ghostscript",
|
|
"",
|
|
"'convert.exe' is deprecated in v7 (it also conflicts with the builtin Windows 'convert' utility).",
|
|
"Use 'magick convert ...' instead."
|
|
],
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-15/ImageMagick-7.1.2-15-Q16-HDRI-x86-dll.exe",
|
|
"hash": "7e941a4bb8e8dae84314ea6628db9a72c05134cfb4c99649331b23032cd00b51"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-15/ImageMagick-7.1.2-15-Q16-HDRI-x64-dll.exe",
|
|
"hash": "8755351deaff75a22c4437e3c78c79e6a5796f7b1481f3c21710cfb67a0da420"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-15/ImageMagick-7.1.2-15-Q16-HDRI-arm64-dll.exe",
|
|
"hash": "66483b6b36d3ce43b9d1f365cbce989a56f610ca173a1d41e3064a300aac07bc"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"env_add_path": ".",
|
|
"env_set": {
|
|
"MAGICK_HOME": "$dir",
|
|
"MAGICK_CONFIGURE_PATH": "$dir",
|
|
"MAGICK_CODER_MODULE_PATH": "$dir\\modules\\coders"
|
|
},
|
|
"checkver": {
|
|
"url": "https://api.github.com/repos/ImageMagick/ImageMagick/releases/latest",
|
|
"jsonpath": "$.tag_name"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/ImageMagick/ImageMagick/releases/download/$version/ImageMagick-$version-Q16-HDRI-x86-dll.exe"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/ImageMagick/ImageMagick/releases/download/$version/ImageMagick-$version-Q16-HDRI-x64-dll.exe"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ImageMagick/ImageMagick/releases/download/$version/ImageMagick-$version-Q16-HDRI-arm64-dll.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|