Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/5_6_yosemite' into 7_0_yosemite
Browse files Browse the repository at this point in the history
7.0.22
* origin/5_6_yosemite:
  5.6.31
  update icu to 58.1

# Conflicts:
#	build-php.pl
  • Loading branch information
chregu committed Aug 17, 2017
2 parents 3105bc0 + 08642e6 commit 364ef32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-php.pl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
suffix => '-apache2',
},
},
version => '7.0.18',
version => '7.0.22',
release => 1,
debug => 0,
);
Expand Down
2 changes: 1 addition & 1 deletion lib/Package/icu.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

use base qw(Package);

our $VERSION = '56.1';
our $VERSION = '58.1';

sub base_url {
return "http://download.icu-project.org/files/icu4c/" . $VERSION;
Expand Down

0 comments on commit 364ef32

Please sign in to comment.