From 7e07e08f47bffcced63a67b34120ec71d8e61aa1 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Tue, 24 Jan 2023 11:20:13 +0100 Subject: [PATCH] Upgrade cmark system library form 0.30.2 to 0.30.3 (#689) --- install-php-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-php-extensions b/install-php-extensions index 5648292..a3a0efe 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -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