ScoopInstaller_Main/imagemagick.json
Rémy badaddd646 Update outdated apps (#1116)
* update aria2 1.28.0

* update packer 0.11.0

* update php 7.0.13

* update git 2.10.2

* update nodejs 7.1.0

* update sqlite 3.15.1

* update cmake 3.6.3

* update r 3.3.2

* update perl 5.24.0.1

* update terraform 0.7.10 / migrate to 0.7

previous version was broken, since version 0.7 all the providers are in
the main binary
https://www.terraform.io/upgrade-guides/0-7.html

* update vagrant 1.8.7

* update sbcl 1.3.11

* update imagemagick

* update ffmpeg 20161108

* update git-lfs 1.4.4
2016-11-10 07:58:56 +11:00

34 lines
1.0 KiB
JSON

{
"homepage": "https://www.imagemagick.org/script/index.php",
"license": "https://www.imagemagick.org/script/license.php",
"version": "7.0.3-6",
"architecture": {
"64bit": {
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.3-6-portable-Q16-x64.zip",
"hash": "b8a31b7591d416a824678252d9e148fc8a0b2f752f93eaabd82ae21b3bf60062"
},
"32bit": {
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.3-6-portable-Q16-x86.zip",
"hash": "2ceebe9c3dd8b416887959330335d997bf71a1c2c97efaa836b00052470b3410"
}
},
"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>"
}