Skip to content

Commit eb55e09

Browse files
authored
imagick: switch to stable version 3.8.0 (#1091)
1 parent 48af26d commit eb55e09

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

install-php-extensions

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -273,15 +273,6 @@ EOT
273273
# Nothing
274274
processPHPModuleArgument() {
275275
processPHPModuleArgument_arg="$1"
276-
case "$processPHPModuleArgument_arg" in
277-
imagick)
278-
if test $PHP_MAJMIN_VERSION -ge 804; then
279-
processPHPModuleArgument_arg=imagick/imagick@65e27f2bc02e7e8f1bf64e26e359e42a1331fca1
280-
elif test $PHP_MAJMIN_VERSION -ge 803; then
281-
processPHPModuleArgument_arg=imagick/imagick@28f27044e435a2b203e32675e942eb8de620ee58
282-
fi
283-
;;
284-
esac
285276
# Convert GitHub short form to long url,
286277
# for example: from
287278
# php-memcached-dev/php-memcached@8f106564e6bb005ca6100b12ccc89000daafa9d8
@@ -3339,6 +3330,13 @@ installRemoteModule() {
33393330
# Include SSL Support
33403331
addConfigureOption with-imap-ssl yes
33413332
;;
3333+
imagick)
3334+
if test -z "$installRemoteModule_version"; then
3335+
if test $PHP_MAJMIN_VERSION -lt 506; then
3336+
installRemoteModule_version=3.7.0
3337+
fi
3338+
fi
3339+
;;
33423340
inotify)
33433341
if test -z "$installRemoteModule_version"; then
33443342
if test $PHP_MAJMIN_VERSION -le 506; then

0 commit comments

Comments
 (0)