Skip to content

Commit

Permalink
Upgrade cmark from v0.30.3 to v0.31.0 (mlocati#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati authored Jan 30, 2024
1 parent 5365502 commit da13fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -2731,7 +2731,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.30.3
installRemoteModule_tmp=0.31.0
fi
cd "$(getPackageSource https://github.com/commonmark/cmark/archive/$installRemoteModule_tmp.tar.gz)"
make -s -j$(getProcessorCount) cmake_build
Expand Down

0 comments on commit da13fc5

Please sign in to comment.