mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-30 12:31:21 +00:00
* fix autoupdate hash regression * update nodejs-lts 6.9.4 * add autoupdate.note * update mercurial 4.0.2 and add autoupdate * fix autoupdate if no arch specific options are set * update syncany-cli 0.4.7 and add autoupdate * update youtube-dl 2017.01.05 and add autoupdate * update git-lfs 1.5.4 and add autoupdate * fix far version number * update imagemagick 7.0.4-3 * replace imagemagick ffmpeg with dependency (as discussed in #1192) * update modd 0.4 and add autoupdate * whitelist chocolatey urls from HEAD check * update scriptcs 0.16.1 and add autoupdate * update rg 0.3.2 and add autoupdate * update kotlin 1.0.6 and add autoupdate * update xz 5.2.3 and add autoupdate * update openjdk 1.8.0.111-3 and add autoupdate * update git-up 1.4.1 and add autoupdate * update ninja 1.7.2 and add autoupdate
47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://www.imagemagick.org/script/index.php",
|
|
"license": "https://www.imagemagick.org/script/license.php",
|
|
"version": "7.0.4-3",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-3-portable-Q16-x64.zip",
|
|
"hash": "a3cec661f432a62dcf64ab7037b7464e04ea9c67c6da24e608e3b50a00c09dc0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-3-portable-Q16-x86.zip",
|
|
"hash": "30fd5bbb2ae0897eb015e37075b89d79c031a98bc2b41d929a66555c8b9606ea"
|
|
}
|
|
},
|
|
"depends": ["ffmpeg"],
|
|
"env_add_path": ".",
|
|
"bin": [
|
|
"compare.exe",
|
|
"composite.exe",
|
|
"conjure.exe",
|
|
"convert.exe",
|
|
"dcraw.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>",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-$version-portable-Q16-x64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-$version-portable-Q16-x86.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"mode": "rdf",
|
|
"url": "https://www.imagemagick.org/download/binaries/digest.rdf"
|
|
}
|
|
}
|
|
}
|