Skip to content

Commit

Permalink
Update to Gmsh v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojukka5 committed Mar 19, 2019
1 parent d075c68 commit fe7951a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ products = [
]

# Download binaries from hosted location
bin_prefix = "https://github.com/ahojukka5/GmshBuilder/releases/download/v4.1.5-1"
bin_prefix = "https://github.com/ahojukka5/GmshBuilder/releases/download/v4.2.2-0"

# Listing of files generated by BinaryBuilder:
download_info = Dict(
MacOS(:x86_64) => ("$bin_prefix/gmsh.v4.1.5.x86_64-apple-darwin14.tar.gz", "08c9f1e6b3d5d6a79de9c447c9fbe5f79b2030ffece43cc29435ccabcb1a2b99"),
Linux(:x86_64, libc=:glibc) => ("$bin_prefix/gmsh.v4.1.5.x86_64-linux-gnu.tar.gz", "e1b1c7ca1f7dc8e66fa49ee07409f2943471beeee87f461a4870c26a4747e101"),
MacOS(:x86_64) => ("$bin_prefix/gmsh.v4.2.2.x86_64-apple-darwin14.tar.gz", "f25f2eb15cca60f773f8cc3f67291c3078404f85fc820e0095b37792437af567"),
Linux(:x86_64, libc=:glibc) => ("$bin_prefix/gmsh.v4.2.2.x86_64-linux-gnu.tar.gz", "fae517eb17493fc208e1d126b7388f2794511aa259e009f6ee904fdbebeb0c48"),
)

# Install unsatisfied or updated dependencies:
Expand Down

0 comments on commit fe7951a

Please sign in to comment.