mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 14:11:19 +00:00
34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"homepage": "http://www.imagemagick.org/script/index.php",
|
|
"license": "http://www.imagemagick.org/script/license.php",
|
|
"version": "7.0.3-1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.3-1-portable-Q16-x64.zip",
|
|
"hash": "fb64ae68bacadc9a13e687947b9dcdcff53f00a68078de9e583c557dc1396985"
|
|
},
|
|
"32bit": {
|
|
"url": "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.3-1-portable-Q16-x86.zip",
|
|
"hash": "d38d67113b89d2ec37cf484744bbe0312ec2b81dca0165fa9cd63964ea8a3394"
|
|
}
|
|
},
|
|
"env_add_path": ".",
|
|
"bin": [
|
|
"compare.exe",
|
|
"composite.exe",
|
|
"conjure.exe",
|
|
"convert.exe",
|
|
"dcraw.exe",
|
|
"ffmpeg.exe",
|
|
"hp2xx.exe",
|
|
"identify.exe",
|
|
"IMDisplay.exe",
|
|
"magick.exe",
|
|
"mogrify.exe",
|
|
"montage.exe",
|
|
"stream.exe"
|
|
],
|
|
"checkver": "The current release is ImageMagick <a.*?>([0-9\\.p-]+)</a>"
|
|
}
|
|
|