Upgrade libcmark from 0.31.0 to 0.31.1 (#952)

pull/955/head 2.3.4
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
1 changed files with 1 additions and 1 deletions

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