Skip to content

Commit

Permalink
make-binaries: Bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
weiss committed Sep 6, 2024
1 parent 3c896d1 commit 70512c7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tools/make-binaries
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,19 @@ rel_vsn=$(git describe --tags | sed -e 's/-g.*//' -e 's/-/./' | tr -d '[:space:]
mix_vsn=$(mix_version "$rel_vsn")
crosstool_vsn='1.26.0'
termcap_vsn='1.3.1'
expat_vsn='2.6.2'
expat_vsn='2.6.3'
zlib_vsn='1.3.1'
yaml_vsn='0.2.5'
ssl_vsn='3.3.1'
otp_vsn='26.2.5'
elixir_vsn='1.16.3'
ssl_vsn='3.3.2'
otp_vsn='26.2.5.3'
elixir_vsn='1.17.2'
pam_vsn='1.6.1'
png_vsn='1.6.42'
png_vsn='1.6.43'
jpeg_vsn='9f'
webp_vsn='1.3.2'
webp_vsn='1.4.0'
gd_vsn='2.3.3'
odbc_vsn='2.3.12'
sqlite_vsn='3450100'
sqlite_vsn='3460100'
root_dir="${BUILD_DIR:-$HOME/build}"
bootstrap_dir="$root_dir/bootstrap"
ct_prefix_dir="$root_dir/x-tools"
Expand Down

0 comments on commit 70512c7

Please sign in to comment.