Skip to content

Commit

Permalink
(check-update) if ( $PackageName =~ /kilo/ && $cand eq 0.0 (strange ?)
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto-fujiwara committed Feb 17, 2020
1 parent 0d0552f commit 619d9f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions check-update
Expand Up @@ -2927,6 +2927,7 @@ sub GitHubSpecial($$$$){
if ( $PackageName =~ /libretro-/ && $cand>2000 ) {next;}
if ( $PackageName =~ /kakoune/ && $cand>201801 ) {next;} # skip 20181001 etc,
if ( $PackageName =~ /neatvi/ && $cand eq '0.0' ) {next;} # skip 20181001 etc,
if ( $PackageName =~ /kilo/ && $cand eq '0.0' ) {next;} # skip 20181001 etc,
$cand =~ s/(2[0-9]+)-([01][0-9])-([0-9]+)/$1$2$3/; # devel/re2 2016-08-01

print STDERR sprintf("%4d <", __LINE__), (caller 0)[3], '> ', $cand, ' :: ', $_, "\n" if $DEBUG_GITHUB;
Expand Down

0 comments on commit 619d9f4

Please sign in to comment.