summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-05-12 11:49:52 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-05-12 11:49:52 (GMT)
commit5c12d6229f519950e0089ecb440f6675c331eca2 (patch)
tree099969debd814553106ce841ac8e5d7fae66c50b
parent2593013cca28ddeace13ec2f5a0a141dbbaa2b37 (diff)
downloadmxe-5c12d6229f519950e0089ecb440f6675c331eca2.zip
mxe-5c12d6229f519950e0089ecb440f6675c331eca2.tar.gz
mxe-5c12d6229f519950e0089ecb440f6675c331eca2.tar.bz2
update package imagemagick
-rw-r--r--index.html2
-rw-r--r--src/imagemagick.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 1e6a2d2..45bab1e 100644
--- a/index.html
+++ b/index.html
@@ -1364,7 +1364,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="imagemagick-package">imagemagick</td>
- <td id="imagemagick-version">6.8.5-4</td>
+ <td id="imagemagick-version">6.8.5-6</td>
<td id="imagemagick-website"><a href="http://www.imagemagick.org/">ImageMagick</a></td>
</tr>
<tr>
diff --git a/src/imagemagick.mk b/src/imagemagick.mk
index 793e50a..38c0223 100644
--- a/src/imagemagick.mk
+++ b/src/imagemagick.mk
@@ -3,7 +3,7 @@
PKG := imagemagick
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 50ceead50e640546a114f45e3d94a05c9298d4ce
+$(PKG)_CHECKSUM := 3c932aa3febb1e992a780e9091925bdbc0d61613
$(PKG)_SUBDIR := ImageMagick-$($(PKG)_VERSION)
$(PKG)_FILE := ImageMagick-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://www.imagemagick.org/download/$($(PKG)_FILE)