Skip to content

Commit

Permalink
Update ion-c from 1.1.2 to 1.1.3 (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati authored Jul 31, 2024
1 parent 70eed5b commit 19b5118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19b5118

Please sign in to comment.