From 8a6cafc232b34e8b17f945419797d80885f23773 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Wed, 7 Dec 2022 13:30:23 +0100 Subject: [PATCH] Upgrade ion-c from v1.0.6 to v1.1.0 (#669) --- install-php-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-php-extensions b/install-php-extensions index 3cd0971..7fef33e 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -2744,7 +2744,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.0.6 https://github.com/amzn/ion-c.git "$installRemoteModule_src/ion" + git clone -q -c advice.detachedHead=false --depth 1 --branch v1.1.0 https://github.com/amzn/ion-c.git "$installRemoteModule_src/ion" ( cd "$installRemoteModule_src/ion" git submodule init -q