From da13fc502a65a0d428eed977f86f74f698201d23 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Tue, 30 Jan 2024 02:06:15 +0100 Subject: [PATCH] Upgrade cmark from v0.30.3 to v0.31.0 (#876) --- install-php-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-php-extensions b/install-php-extensions index d918bc3..02a40cc 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -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