1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-10 00:52:45 +00:00

Upgrade libcmark from 0.31.0 to 0.31.1 (#952)

This commit is contained in:
Michele Locati 2024-08-07 20:37:55 +02:00 committed by GitHub
parent adb82b9fcb
commit cfa74c52be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2869,7 +2869,7 @@ installRemoteModule() {
if test $(compareVersions "$(cmake --version | head -n1 | sed -E 's/^.* //')" '3.7') -lt 0; then
installRemoteModule_tmp=0.29.0
else
installRemoteModule_tmp=0.31.0
installRemoteModule_tmp=0.31.1
fi
cd "$(getPackageSource https://github.com/commonmark/cmark/archive/$installRemoteModule_tmp.tar.gz)"
make -s -j$(getProcessorCount) cmake_build