diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-28 15:21:36 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-28 15:21:36 +0200 |
| commit | c1d23fbb66385625684d85848a2ebd66d9bc300c (patch) | |
| tree | 9d9a9e21e150e72721cf263c74455da02a6f355f /makesrc.sh | |
| parent | 5df4d5c0d598e8e66ee041c22d243ff364866f4c (diff) | |
update to 2.3.0
use bundled libbson and libmongc 2.3.0
use bundled libmongocrypt 1.17.3
Diffstat (limited to 'makesrc.sh')
| -rwxr-xr-x | makesrc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ fi echo "Cloning..." rm -rf $PROJECT-$VERSION -git clone --recursive https://github.com/$OWNER/$PROJECT.git -b $VERSION $PROJECT-$VERSION +git clone --depth 1 --recursive https://github.com/$OWNER/$PROJECT.git -b $VERSION $PROJECT-$VERSION echo "Composer..." pushd $PROJECT-$VERSION |
