From c38194cb9715acc6db41b367586885b2579826c4 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Tue, 15 Aug 2023 23:18:10 +0200 Subject: [PATCH] Install spx 0.4.14 by default (#786) --- install-php-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-php-extensions b/install-php-extensions index acb32e5..3be7385 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -3358,7 +3358,7 @@ installRemoteModule() { spx) if test -z "$installRemoteModule_path"; then if test -z "$installRemoteModule_version"; then - installRemoteModule_version=v0.4.13 + installRemoteModule_version=v0.4.14 fi if test "${installRemoteModule_version%.*}" = "$installRemoteModule_version"; then installRemoteModule_displayVersion="$installRemoteModule_version"