Skip to content

Commit

Permalink
[php] Update gmagick pecl version to 1.1.7RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
skl committed Apr 17, 2014
1 parent 3d37126 commit c335e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/php/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,8 @@ if ph_ask_yesno "Install GraphicsMagick and associated PECL extension?" "n"; the
read -p "Specify GraphicsMagick version [1.3.19]: " GM_VERSION
[ -z ${GM_VERSION} ] && GM_VERSION="1.3.19"

read -p "Specify gmagick PECL extension version [1.1.7RC1]: " GM_PECL_VERSION
[ -z ${GM_PECL_VERSION} ] && GM_PECL_VERSION="1.1.7RC1"
read -p "Specify gmagick PECL extension version [1.1.7RC2]: " GM_PECL_VERSION
[ -z ${GM_PECL_VERSION} ] && GM_PECL_VERSION="1.1.7RC2"

ph_cd_archive tar xzf GraphicsMagick-${GM_VERSION} .tar.gz \
http://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick/${GM_VERSION}/GraphicsMagick-${GM_VERSION}.tar.gz
Expand Down

0 comments on commit c335e7e

Please sign in to comment.