minor
This commit is contained in:
parent
cfa243ab3a
commit
b09d0cba12
2 changed files with 2 additions and 433 deletions
|
|
@ -23,7 +23,7 @@ my $dbh = DBI->connect("dbi:SQLite:$database", "", "", {RaiseError => 1, AutoCom
|
|||
&populate_gnu_mirrors($dbh);
|
||||
&populate_gnu_software($dbh);
|
||||
# &print_mirrors;
|
||||
# &print_software;
|
||||
&print_software;
|
||||
|
||||
################################################ Subroutines only below this line ############################
|
||||
|
||||
|
|
@ -64,7 +64,7 @@ sub populate_gnu_software {
|
|||
$sth_gs->execute(4,'gcc','GNU Compiler Collection', '4.3.3', '2009-04-20');
|
||||
$sth_gs->execute(5,'gmp','GNU Multiple Precision Arithmetic Library', '4.3.0', '2009-04-20');
|
||||
$sth_gs->execute(6,'ncurses','Ncurses', '5.7', '2009-04-20');
|
||||
$sth_gs->execute(7,'readline','GNU readline', '6.0', '2009-04-20');
|
||||
$sth_gs->execute(7,'readline','GNU readline', '6.0', '2009-07-05');
|
||||
$sth_gs->execute(8,'texinfo','Texinfo', '4.13', '2009-04-20');
|
||||
|
||||
# http://www.alliedquotes.com/mirrors/gnu/gnu/gcc/gcc-4.3.3/gcc-4.3.3.tar.bz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue