mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-11-26 20:15:03 +01:00
Upgrade cmark system library form 0.30.2 to 0.30.3 (#689)
This commit is contained in:
parent
9bc48add50
commit
7e07e08f47
@ -2543,7 +2543,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.2
|
||||
installRemoteModule_tmp=0.30.3
|
||||
fi
|
||||
cd "$(getPackageSource https://github.com/commonmark/cmark/archive/$installRemoteModule_tmp.tar.gz)"
|
||||
make -s -j$(getProcessorCount) cmake_build
|
||||
|
Loading…
Reference in New Issue
Block a user