Skip to content

Commit

Permalink
Update bl
Browse files Browse the repository at this point in the history
  • Loading branch information
konnano committed Jun 30, 2024
1 parent c0b461c commit e94d380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bl
Original file line number Diff line number Diff line change
Expand Up @@ -2283,7 +2283,7 @@ unless( $ENV{'HOMEBREW_NO_INSTALL_FROM_API'} ){
if( $data =~ /"stable":"([^"]+)"/ ){ $tap{"${name}f_version"} =$1 } $ui[0] = 0; next
}
if( $ta[2] and $data =~ /,"revision":(\d),/ ){
if( $ta[2] and $data =~ /,"revision":(\d+),/ ){
$tap{"${name}f_version"} = qq($tap{"${name}f_version"}_$1) if $1; $ta[2] = 0;
}
Expand Down

0 comments on commit e94d380

Please sign in to comment.