From 66d7264f8ed3ba039ad000e57bae7ffa59d615f3 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Tue, 21 Apr 2009 06:29:24 +0000 Subject: [PATCH] DBD-SQLite: oops, wrong target --- getsqlite.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getsqlite.pl b/getsqlite.pl index e8facdb..943f848 100644 --- a/getsqlite.pl +++ b/getsqlite.pl @@ -4,9 +4,9 @@ use ExtUtils::Command; my $version = shift || die "Usage: getsqlite.pl \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"; }