From f4fae72cdb6f3e2ef34c9be5151bb1224151fc0d Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Thu, 4 Jan 2024 03:06:00 -0600 Subject: [PATCH] build-from-source: build point releases of pcre2 --- extra/build-from-source/build-from-source.factor | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extra/build-from-source/build-from-source.factor b/extra/build-from-source/build-from-source.factor index 9986cafba7..d418e7654a 100644 --- a/extra/build-from-source/build-from-source.factor +++ b/extra/build-from-source/build-from-source.factor @@ -299,7 +299,9 @@ ERROR: no-output-file path ; : pcre2-versions ( -- seq ) "PCRE2Project" "pcre2" "pcre2-" list-repository-tags-matching - tag-refs human-sort ; + tag-refs + [ "-" split length 2 = ] filter + human-sort ; : lz4-versions ( -- seq ) "lz4" "lz4" "v" list-repository-tags-matching -- 2.34.1