Skip to content

Commit

Permalink
added smarter download of php package
Browse files Browse the repository at this point in the history
  • Loading branch information
chregu committed Nov 15, 2011
1 parent 8197669 commit 856b095
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-php.pl
Expand Up @@ -50,7 +50,7 @@
suffix => '-apache2',
},
},
version => '5.3-latest',
version => '5.3.8',
release => 1,
debug => 1,
);
Expand Down
4 changes: 2 additions & 2 deletions lib/Package/php5.pm
Expand Up @@ -19,8 +19,8 @@ sub base_url {
if ($v ~~ /latest/) {
return "http://snaps.php.net";
} else {
return "http://downloads.php.net/stas";
#return "http://ch.php.net/distributions";
#return "http://downloads.php.net/stas";
return "http://ch.php.net/distributions";
}
}

Expand Down

0 comments on commit 856b095

Please sign in to comment.