summaryrefslogtreecommitdiffstats
path: root/package/php-imagick
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2016-04-18 12:53:05 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-05-01 23:02:06 +0200
commit724a5e00dc859da36e2952c09e90fb745cecdf5e (patch)
treeed620edf623b792b6f2ce546dadf24448eea452c /package/php-imagick
parent266e0d443e2337f613fd46ec665eee334f15681c (diff)
downloadbuildroot-724a5e00dc859da36e2952c09e90fb745cecdf5e.tar.gz
buildroot-724a5e00dc859da36e2952c09e90fb745cecdf5e.zip
php-imagick: bump version to 3.4.1
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/php-imagick')
-rw-r--r--package/php-imagick/php-imagick.hash2
-rw-r--r--package/php-imagick/php-imagick.mk5
2 files changed, 3 insertions, 4 deletions
diff --git a/package/php-imagick/php-imagick.hash b/package/php-imagick/php-imagick.hash
index 6173eca3ed..551bed62c9 100644
--- a/package/php-imagick/php-imagick.hash
+++ b/package/php-imagick/php-imagick.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 528769ac304a0bbe9a248811325042188c9d16e06de16f111fee317c85a36c93 imagick-3.1.2.tgz
+sha256 a729fbd69e0aa145824d61dc9225bfb636dcd8421874a5667ac3822e609449e1 imagick-3.4.1.tgz
diff --git a/package/php-imagick/php-imagick.mk b/package/php-imagick/php-imagick.mk
index 1cd4a4892c..84cc3119d6 100644
--- a/package/php-imagick/php-imagick.mk
+++ b/package/php-imagick/php-imagick.mk
@@ -4,10 +4,9 @@
#
################################################################################
-PHP_IMAGICK_VERSION = 3.1.2
+PHP_IMAGICK_VERSION = 3.4.1
PHP_IMAGICK_SOURCE = imagick-$(PHP_IMAGICK_VERSION).tgz
-# pecl.php.net returns html with db connect failed
-PHP_IMAGICK_SITE = http://sources.buildroot.net
+PHP_IMAGICK_SITE = http://pecl.php.net/get
PHP_IMAGICK_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
--with-imagick=$(STAGING_DIR)/usr
# phpize does the autoconf magic
OpenPOWER on IntegriCloud