From 48de5e7a339d1df344357c2f3b2936ceeeabfdc5 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Tue, 30 Jul 2024 10:50:30 +0200 Subject: [PATCH] Update spx from 0.4.15 to 0.4.16 (#947) --- install-php-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-php-extensions b/install-php-extensions index 67012fc..4b154fa 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -3769,7 +3769,7 @@ installRemoteModule() { spx) if test -z "$installRemoteModule_path"; then if test -z "$installRemoteModule_version"; then - installRemoteModule_version=v0.4.15 + installRemoteModule_version=v0.4.16 fi if test "${installRemoteModule_version%.*}" = "$installRemoteModule_version"; then installRemoteModule_displayVersion="$installRemoteModule_version"