1
0
Fork 0
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:
Michele Locati 2024-09-06 15:08:56 +02:00 committed by GitHub
parent 561f1d3338
commit 742bf56cae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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)"