summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Klauer <ulrich@chirlu.de>2013-05-29 08:24:30 (GMT)
committerUlrich Klauer <ulrich@chirlu.de>2013-05-29 08:33:26 (GMT)
commit2af155a4567d8a7df72814190629cea51d46633d (patch)
tree3198c9c69c8f1f48e4a6da99981c812a559a72c4
parentbb1954389e197b87ba74248c2aae7854c343a861 (diff)
downloadmxe-2af155a4567d8a7df72814190629cea51d46633d.zip
mxe-2af155a4567d8a7df72814190629cea51d46633d.tar.gz
mxe-2af155a4567d8a7df72814190629cea51d46633d.tar.bz2
Update package imagemagick
Update imagemagick to 6.8.5-8. Also fix the update script (changed website format).
-rw-r--r--index.html2
-rw-r--r--src/imagemagick.mk4
2 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index aa11dd8..2fa7352 100644
--- a/index.html
+++ b/index.html
@@ -1369,7 +1369,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="imagemagick-package">imagemagick</td>
- <td id="imagemagick-version">6.8.5-7</td>
+ <td id="imagemagick-version">6.8.5-8</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 f1e951d..ad26c51 100644
--- a/src/imagemagick.mk
+++ b/src/imagemagick.mk
@@ -3,7 +3,7 @@
PKG := imagemagick
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := f393612e9797a6129f2cac7f83df337bb54ecf76
+$(PKG)_CHECKSUM := 4d961c8cf86611eb88ba8be616229101ceb3e7ff
$(PKG)_SUBDIR := ImageMagick-$($(PKG)_VERSION)
$(PKG)_FILE := ImageMagick-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://www.imagemagick.org/download/$($(PKG)_FILE)
@@ -12,7 +12,7 @@ $(PKG)_DEPS := gcc bzip2 ffmpeg fftw freetype jasper jpeg lcms liblqr-1 libp
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://www.imagemagick.org/' | \
- $(SED) -n 's,.*<p>The current release is ImageMagick \([0-9][^<]*\).</p>.*,\1,p' | \
+ $(SED) -n 's,.*<p>The current release is ImageMagick \([0-9][0-9.-]*\).*,\1,p' | \
head -1
endef