mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 08:32:42 +00:00
Update snuffleupagus to v0.11.0 (#971)
This commit is contained in:
parent
561f1d3338
commit
742bf56cae
2 changed files with 3 additions and 3 deletions
|
@ -3846,10 +3846,10 @@ installRemoteModule() {
|
|||
snuffleupagus)
|
||||
if test -z "$installRemoteModule_path"; then
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -le 704; then
|
||||
if test $PHP_MAJMIN_VERSION -le 800; then
|
||||
installRemoteModule_version=0.9.0
|
||||
else
|
||||
installRemoteModule_version=0.10.0
|
||||
installRemoteModule_version=0.11.0
|
||||
fi
|
||||
fi
|
||||
installRemoteModule_src="$(getPackageSource https://codeload.github.com/jvoisin/snuffleupagus/tar.gz/v$installRemoteModule_version)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue