diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-19 17:48:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-19 17:48:46 +0100 |
| commit | 374a29501584c05b427d2cbf43bd3f7a18bc8f94 (patch) | |
| tree | 547b35a7b25e0e3e7a310d0f0d48f39f61324cb4 /cscript | |
| parent | 530fbbf9c95f4bb07553e0c39a24b1f926b5c1e6 (diff) | |
Fix ImageMagick for flatpak.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -372,8 +372,8 @@ def build(target, options): modules.append({'name': 'imagemagick', 'cleanup': ['/bin'], 'sources': [{'type': 'archive', - 'url': 'https://www.imagemagick.org/download/ImageMagick-7.0.8-8.tar.bz2', - 'sha256': 'bc678d7fe5fc7e22af0d0268fabc6559a3052a589220cec50d3da0c842de17c3'}]}) + 'url': 'https://www.imagemagick.org/download/ImageMagick-7.0.8-10.tar.bz2', + 'sha256': 'f9d99573f8b8d7f90319fdf22a1a41a6764ac247b1c3f6ae08d9a3657ec977a5'}]}) modules.append({'name': 'libsigc++', 'sources': [{'type': 'archive', 'url': 'https://download.gnome.org/sources/libsigc++/2.10/libsigc++-2.10.0.tar.xz', |
