From 19b5118c3218a35e196ba7a5ff09c7ee4e3fe2b3 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Wed, 31 Jul 2024 11:38:34 +0200 Subject: [PATCH] Update ion-c from 1.1.2 to 1.1.3 (#950) --- install-php-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-php-extensions b/install-php-extensions index 4b154fa..084d965 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -3139,7 +3139,7 @@ installRemoteModule() { if ! test -f /usr/local/lib/libionc.so || ! test -f /usr/local/include/ionc/ion.h; then echo 'Installing ion-c... ' installRemoteModule_src="$(mktemp -p /tmp/src -d)" - git clone -q -c advice.detachedHead=false --depth 1 --branch v1.1.2 https://github.com/amzn/ion-c.git "$installRemoteModule_src/ion" + git clone -q -c advice.detachedHead=false --depth 1 --branch v1.1.3 https://github.com/amzn/ion-c.git "$installRemoteModule_src/ion" ( cd "$installRemoteModule_src/ion" git submodule init -q