Skip to content

Commit

Permalink
package windows: use the latest pcre
Browse files Browse the repository at this point in the history
  • Loading branch information
komainu8 committed Jul 6, 2017
1 parent 5bc6d6d commit 3f4505e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/windows/Rakefile
Expand Up @@ -301,7 +301,7 @@ namespace :build do
tmp_dir = base_tmp_dir + "pcre"
rm_rf(tmp_dir)
mkdir_p(tmp_dir)
pcre_version = "8.39"
pcre_version = "8.41"
pcre_base = "pcre-#{pcre_version}"
pcre_tar_gz_url_base =
"ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre"
Expand Down

0 comments on commit 3f4505e

Please sign in to comment.