mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 22:51:28 +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.1-8",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.1-8-portable-Q16-x64.zip",
|
|
"hash": "A8841FD0C9A07EC5C88C77FAAF8399DFC9A6836940A85B45246D1CDE71D34B11"
|
|
},
|
|
"32bit": {
|
|
"url": "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.1-8-portable-Q16-x86.zip",
|
|
"hash": "4A883C84E5708E1387FEEFF9E149F65FD7E86200A3C204D57758B7D80BD90B02"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|
|
|