diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-12-10 21:09:01 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-12-10 21:11:05 -0800 |
commit | 2e77e49e513ee6a065fad60ed99f55a9f53cb557 (patch) | |
tree | 7f5f296558cd2cda797386edd6d472fb773dd6dc | |
parent | 9bd3bf5994c8eb703debf50e6f3f74fcd09fd608 (diff) | |
download | chef-libiconv.tar.gz |
Update libiconv to 1.16libiconv
use the latest library
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | omnibus_overrides.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus_overrides.rb b/omnibus_overrides.rb index c09bd8653a..b294647ffa 100644 --- a/omnibus_overrides.rb +++ b/omnibus_overrides.rb @@ -7,7 +7,7 @@ override :rubygems, version: "3.1.4" # pin to what ships in the ruby version override :bundler, version: "2.1.4" # pin to what ships in the ruby version override "libarchive", version: "3.5.0" override "libffi", version: "3.3" -override "libiconv", version: "1.15" +override "libiconv", version: "1.16" override "liblzma", version: "5.2.5" override "libtool", version: "2.4.2" override "libxml2", version: "2.9.10" |