Upgrade cmark from v0.30.3 to v0.31.0 (#876)

pull/877/head 2.1.81
Michele Locati 2024-01-30 02:06:15 +01:00 committed by GitHub
parent 53655025b3
commit da13fc502a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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