We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb82b9 commit cfa74c5Copy full SHA for cfa74c5
install-php-extensions
@@ -2869,7 +2869,7 @@ installRemoteModule() {
2869
if test $(compareVersions "$(cmake --version | head -n1 | sed -E 's/^.* //')" '3.7') -lt 0; then
2870
installRemoteModule_tmp=0.29.0
2871
else
2872
- installRemoteModule_tmp=0.31.0
+ installRemoteModule_tmp=0.31.1
2873
fi
2874
cd "$(getPackageSource https://github.com/commonmark/cmark/archive/$installRemoteModule_tmp.tar.gz)"
2875
make -s -j$(getProcessorCount) cmake_build
0 commit comments