File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 273
273
# Nothing
274
274
processPHPModuleArgument () {
275
275
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
285
276
# Convert GitHub short form to long url,
286
277
# for example: from
287
278
# php-memcached-dev/php-memcached@8f106564e6bb005ca6100b12ccc89000daafa9d8
@@ -3339,6 +3330,13 @@ installRemoteModule() {
3339
3330
# Include SSL Support
3340
3331
addConfigureOption with-imap-ssl yes
3341
3332
;;
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
+ ;;
3342
3340
inotify)
3343
3341
if test -z " $installRemoteModule_version " ; then
3344
3342
if test $PHP_MAJMIN_VERSION -le 506; then
You can’t perform that action at this time.
0 commit comments