Skip to content

Commit

Permalink
update for release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jul 26, 2018
1 parent 33a918f commit 11f0992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_tarballs.jl
Expand Up @@ -3,7 +3,7 @@ using BinaryBuilder
# Collection of sources required to build NLopt
sources = [
"https://github.com/stevengj/nlopt.git" =>
"bcb27e07767451744d34beddf915418037527d57", # v2.5 alpha
"24fc75fa160978e0f3d757cbe54e8d858bd25ac9", # v2.5.0
]

# Bash recipe for building across all platforms
Expand All @@ -30,5 +30,5 @@ dependencies = [
]

# Build the tarballs, and possibly a `build.jl` as well.
build_tarballs(ARGS, "NLopt", sources, script, platforms, products, dependencies)
build_tarballs(ARGS, "NLopt", v"2.5.0", sources, script, platforms, products, dependencies)

0 comments on commit 11f0992

Please sign in to comment.