mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
DBD-SQLite: oops, wrong target
This commit is contained in:
parent
f12011a5a0
commit
66d7264f8e
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@ use ExtUtils::Command;
|
|||
|
||||
my $version = shift || die "Usage: getsqlite.pl <version>\n";
|
||||
|
||||
print("downloading http://www.sqlite.org/sqlite-$version.tar.gz\n");
|
||||
print("downloading http://www.sqlite.org/sqlite-amalgamation-$version.tar.gz\n");
|
||||
if (getstore(
|
||||
"http://www.sqlite.org/sqlite-$version.tar.gz",
|
||||
"http://www.sqlite.org/sqlite-amalgamation-$version.tar.gz",
|
||||
"sqlite.tar.gz") != 200) {
|
||||
die "Failed to download";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue