Skip to content

Commit

Permalink
updated postgresql lib to 8.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
chregu committed Jan 12, 2012
1 parent a84738d commit 918da9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Package/postgresql.pm
Expand Up @@ -5,11 +5,11 @@ use warnings;

use base qw(Package);

our $VERSION = '8.2.19';
our $VERSION = '8.2.23';


sub base_url {
return "http://wwwmaster.postgresql.org/redir/376/h/source/v$VERSION/"
return "http://ftp.postgresql.org/pub/source/v$VERSION/"
# return "ftp://ftp2.ch.postgresql.org/pub/mirrors/postgresql/source/v$VERSION/";
}

Expand Down

0 comments on commit 918da9e

Please sign in to comment.