Skip to content

Commit cfa74c5

Browse files
authored
Upgrade libcmark from 0.31.0 to 0.31.1 (#952)
1 parent adb82b9 commit cfa74c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-php-extensions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2869,7 +2869,7 @@ installRemoteModule() {
28692869
if test $(compareVersions "$(cmake --version | head -n1 | sed -E 's/^.* //')" '3.7') -lt 0; then
28702870
installRemoteModule_tmp=0.29.0
28712871
else
2872-
installRemoteModule_tmp=0.31.0
2872+
installRemoteModule_tmp=0.31.1
28732873
fi
28742874
cd "$(getPackageSource https://github.com/commonmark/cmark/archive/$installRemoteModule_tmp.tar.gz)"
28752875
make -s -j$(getProcessorCount) cmake_build

0 commit comments

Comments
 (0)