Skip to content

Commit

Permalink
Update build_tarballs.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj authored Jan 27, 2019
1 parent 2a6aecc commit 4457123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using BinaryBuilder
# mbedtls release: 2.13.1
sources = [
"https://github.com/ARMmbed/mbedtls.git" =>
"53546ea099f6f53d0be653a64accd250e170337f",
"fb1972db23da39bd11d4f9c9ea6266eee665605b",
]

# Bash recipe for building across all platforms
Expand Down Expand Up @@ -32,4 +32,4 @@ dependencies = [

# Build the tarballs, and possibly a `build.jl` as well.
#build_tarballs(ARGS, src_name, src_version, sources, script, platforms, products, dependencies; kwargs...)
build_tarballs(ARGS, "MbedTLS", v"2.13.1", sources, script, platforms, products, dependencies)
build_tarballs(ARGS, "MbedTLS", v"2.16.0", sources, script, platforms, products, dependencies)

0 comments on commit 4457123

Please sign in to comment.