Skip to content

Commit

Permalink
Update SPTK to v3.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Apr 24, 2017
1 parent 9334981 commit cd821e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Expand Up @@ -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"
Expand Down

0 comments on commit cd821e7

Please sign in to comment.