mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 08:32:42 +00:00
Upgrade cmark from v0.30.3 to v0.31.0 (#876)
This commit is contained in:
parent
53655025b3
commit
da13fc502a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue