Skip to content

Commit

Permalink
Modifying to use libiconv-1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
sambitdash authored and nalimilan committed Aug 8, 2017
1 parent 166f5d4 commit 2631c9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
*.jl.cov
*.jl.*.cov
*.jl.mem
deps/builds
deps/downloads
deps/src
deps/usr
deps/deps.jl
4 changes: 2 additions & 2 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ if is_windows()
end

provides(Sources,
URI("http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz"),
URI("http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.15.tar.gz"),
libiconv,
SHA="72b24ded17d687193c3366d0ebe7cde1e6b18f0df8c55438ac95be39e8a30613")
SHA="ccf536620a45458d26ba83887a983b96827001e92a13847b45e4925cc8913178")

provides(BuildProcess,
Autotools(libtarget = "lib/libiconv.la",
Expand Down

0 comments on commit 2631c9a

Please sign in to comment.