Skip to content

Commit

Permalink
orfeotoolbox: fix livecheck regex (to not include rc versions)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Sep 18, 2024
1 parent 94079be commit 4c89e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gis/orfeotoolbox/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ if {${subport} eq ${name}} {

livecheck.type regex
livecheck.url ${master_sites}
livecheck.regex {OTB-(\d+(?:\.\d+)*)[quotemeta ${extract.suffix}]}
livecheck.regex OTB-(\[0-9.\]+)[quotemeta ${extract.suffix}]

0 comments on commit 4c89e9a

Please sign in to comment.