From cfa74c52be790c3314b5d13d01f0823023c6e7ef Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Wed, 7 Aug 2024 20:37:55 +0200 Subject: [PATCH] Upgrade libcmark from 0.31.0 to 0.31.1 (#952) --- install-php-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-php-extensions b/install-php-extensions index d0b97de..bb6b923 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -2869,7 +2869,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.31.0 + installRemoteModule_tmp=0.31.1 fi cd "$(getPackageSource https://github.com/commonmark/cmark/archive/$installRemoteModule_tmp.tar.gz)" make -s -j$(getProcessorCount) cmake_build