Skip to content

Commit

Permalink
Update core library version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ludvigak committed Apr 9, 2021
1 parent a7fe236 commit dc1c84c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/build.jl
Expand Up @@ -4,9 +4,9 @@ using Libdl
@BinDeps.setup

fmmlib2d = library_dependency("fmmlib2d")
version = "1.2.1"
version = "1.2.3"

provides(Sources, URI("https://github.com/ludvigak/fmmlib2d/archive/v$(version).zip"),
provides(Sources, URI("https://github.com/zgimbutas/fmmlib2d/archive/v$(version).zip"),
fmmlib2d, unpacked_dir = "fmmlib2d-$(version)")

fmmsrcdir = joinpath(BinDeps.srcdir(fmmlib2d), "fmmlib2d-$(version)/src")
Expand Down

0 comments on commit dc1c84c

Please sign in to comment.