From cd821e723e8e2cdd8313ef7244fcb331a941fdce Mon Sep 17 00:00:00 2001 From: Ryuichi YAMAMOTO Date: Tue, 25 Apr 2017 01:37:19 +0900 Subject: [PATCH] Update SPTK to v3.10.2 --- deps/build.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/build.jl b/deps/build.jl index bda2bd2..a68e377 100644 --- a/deps/build.jl +++ b/deps/build.jl @@ -5,7 +5,7 @@ using BinDeps sptk = library_dependency("libSPTK", aliases=["libSPTK", "SPTK-3"]) # TODO: needs update for windows -const version = is_windows() ? "3.8.9" : "3.10.1" +const version = is_windows() ? "3.8.9" : "3.10.2" github_root = "https://github.com/r9y9/SPTK" arch = Sys.WORD_SIZE == 64 ? "x86_64" : "i686"