Skip to content

Commit

Permalink
Install snuffleupagus 0.10.0 by default (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Sep 20, 2023
1 parent b4eb379 commit 4f5f669
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -3372,7 +3372,11 @@ installRemoteModule() {
snuffleupagus)
if test -z "$installRemoteModule_path"; then
if test -z "$installRemoteModule_version"; then
installRemoteModule_version=0.9.0
if test $PHP_MAJMIN_VERSION -le 704; then
installRemoteModule_version=0.9.0
else
installRemoteModule_version=0.10.0
fi
fi
installRemoteModule_src="$(getPackageSource https://codeload.github.com/jvoisin/snuffleupagus/tar.gz/v$installRemoteModule_version)"
cd "$installRemoteModule_src/src"
Expand Down

0 comments on commit 4f5f669

Please sign in to comment.