We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166f5d4 commit 2631c9aCopy full SHA for 2631c9a
.gitignore
@@ -1,3 +1,8 @@
1
*.jl.cov
2
*.jl.*.cov
3
*.jl.mem
4
+deps/builds
5
+deps/downloads
6
+deps/src
7
+deps/usr
8
+deps/deps.jl
deps/build.jl
@@ -40,9 +40,9 @@ if is_windows()
40
end
41
42
provides(Sources,
43
- 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"),
44
libiconv,
45
- SHA="72b24ded17d687193c3366d0ebe7cde1e6b18f0df8c55438ac95be39e8a30613")
+ SHA="ccf536620a45458d26ba83887a983b96827001e92a13847b45e4925cc8913178")
46
47
provides(BuildProcess,
48
Autotools(libtarget = "lib/libiconv.la",
0 commit comments