diff options
author | Greg Beaver <cellog@php.net> | 2005-03-18 01:55:10 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2005-03-18 01:55:10 +0000 |
commit | 6a74f0a1b07f74ce98ca6343df60fdd0e2ce96a2 (patch) | |
tree | 9ff9c6168a24e8789a9dfee431735fab6530a653 /pear | |
parent | 8197b6b6780d6ed5745d961113cec58266571a4d (diff) | |
download | php-git-6a74f0a1b07f74ce98ca6343df60fdd0e2ce96a2.tar.gz |
update to Archive_Tar 1.3.1
Diffstat (limited to 'pear')
-rwxr-xr-x | pear/go-pear-list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/go-pear-list.php b/pear/go-pear-list.php index 24801dadde..d0513023d3 100755 --- a/pear/go-pear-list.php +++ b/pear/go-pear-list.php @@ -10,7 +10,7 @@ $packages = array( "PEAR" => "1.3.5", "XML_RPC" => "1.2.2", "Console_Getopt" => "1.2", -"Archive_Tar" => "1.3.0", +"Archive_Tar" => "1.3.1", // required packages for the web frontend "PEAR_Frontend_Web" => "0.4", |