From c655d3bd7bbd87e290413c041801244df210b4c8 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Sun, 5 Jan 2025 19:45:33 +0100 Subject: [PATCH] Update spx from v0.4.17 to v0.4.18 (#1039) --- install-php-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-php-extensions b/install-php-extensions index 45e29f4..0111e14 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -3972,7 +3972,7 @@ installRemoteModule() { spx) if test -z "$installRemoteModule_path"; then if test -z "$installRemoteModule_version"; then - installRemoteModule_version=v0.4.17 + installRemoteModule_version=v0.4.18 fi if test "${installRemoteModule_version%.*}" = "$installRemoteModule_version"; then installRemoteModule_displayVersion="$installRemoteModule_version"