File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 391
391
apt_package 'libpng-dev'
392
392
apt_package 'libwebp-dev'
393
393
apt_package 'libjpeg-dev'
394
- imagemagick_archive_path = ::File . join ( Chef ::Config [ :file_cache_path ] , 'imagemagick-6.9.10-97 .tar.xz' )
394
+ imagemagick_archive_path = ::File . join ( Chef ::Config [ :file_cache_path ] , 'imagemagick-7.1.1-27 .tar.xz' )
395
395
396
396
remote_file imagemagick_archive_path do
397
- source 'https://imagemagick.org/archive/releases/ImageMagick-6.9.10-97 .tar.xz'
397
+ source 'https://imagemagick.org/archive/releases/ImageMagick-7.1.1-27 .tar.xz'
398
398
owner 'root'
399
399
group 'root'
400
400
mode '0755'
403
403
execute 'install imagemagick' do
404
404
cwd Chef ::Config [ :file_cache_path ]
405
405
command <<-EOH
406
- tar -xf imagemagick-6.9.10-97 .tar.xz
407
- cd ImageMagick-6.9.10-97
406
+ tar -xf imagemagick-7.1.1-27 .tar.xz
407
+ cd ImageMagick-7.1.1-27
408
408
./configure
409
409
sudo make install
410
410
ldconfig /usr/local/lib
411
411
EOH
412
412
action :run
413
413
end
414
414
415
- template '/usr/local/etc/ImageMagick-6 /policy.xml' do
415
+ template '/usr/local/etc/ImageMagick-7 /policy.xml' do
416
416
source 'imagemagick-policy.xml'
417
417
mode 0644
418
418
owner 'root'
You can’t perform that action at this time.
0 commit comments