]> gitweb.factorcode.org Git - factor.git/commitdiff
build-from-source: build point releases of pcre2
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 4 Jan 2024 09:06:00 +0000 (03:06 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 4 Jan 2024 09:06:00 +0000 (03:06 -0600)
extra/build-from-source/build-from-source.factor

index 9986cafba75ad7b58d33115010cf2978448e80ac..d418e7654abfdea3d73e059180fe9819c2c967e8 100644 (file)
@@ -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