ScoopInstaller_Main/bucket/imagemagick.json
tech189 9acc4072d7 imagemagick: (chore) Remove post_install renaming ffmpeg
Fixes this error when installing:
Rename-Item: Cannot find path '~\scoop\apps\imagemagick\current\ffmpeg.exe' because it does not exist.

Description also tidied up and updated notes to reflect this change.
2023-12-08 14:52:31 +00:00

53 lines
2.0 KiB
JSON

{
"version": "7.1.1-22",
"description": "Create, edit, compose, and convert 200+ bitmap image formats.",
"homepage": "https://imagemagick.org/",
"license": "ImageMagick",
"architecture": {
"64bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-22-Q16-HDRI-x64-dll.exe",
"hash": "32b59aa2c5fc23d86b05fd174bf0ef39cb98d49c46d0af06a18c2823d7053dfc"
},
"32bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-22-Q16-HDRI-x86-dll.exe",
"hash": "a784683c1b126bfed29d85456d9eb5395909129697bd807ef0aae96906ab3689"
},
"arm64": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-22-Q16-HDRI-arm64-dll.exe",
"hash": "6bd164894c44018f2a987e3178800c8731a0e21b213f319cf33979c816e09d8c"
}
},
"innosetup": true,
"env_set": {
"MAGICK_HOME": "$dir",
"MAGICK_CONFIGURE_PATH": "$dir",
"MAGICK_CODER_MODULE_PATH": "$dir\\modules\\coders"
},
"env_add_path": ".",
"notes": [
"'convert.exe' is deprecated in v7 (it also conflicts with the builtin Windows 'convert' utility). Use 'magick convert ...' instead."
],
"checkver": {
"url": "https://imagemagick.org/archive/binaries/digest.rdf",
"reverse": true,
"regex": "ImageMagick-([\\d.-]+)-Q16-HDRI-x64-dll\\.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-$version-Q16-HDRI-x64-dll.exe"
},
"32bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-$version-Q16-HDRI-x86-dll.exe"
},
"arm64": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-$version-Q16-HDRI-arm64-dll.exe"
}
},
"hash": {
"mode": "rdf",
"url": "https://imagemagick.org/archive/binaries/digest.rdf"
}
}
}