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 33ce478 commit b42d57aCopy full SHA for b42d57a
deps/build.jl
@@ -16,7 +16,10 @@ end
16
provides(Homebrew.HB, "libiconv", libiconv, os = :Darwin)
17
end
18
19
-provides(Sources, URI("http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz"), libiconv)
+provides(Sources,
20
+ URI("http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz"),
21
+ libiconv,
22
+ SHA="72b24ded17d687193c3366d0ebe7cde1e6b18f0df8c55438ac95be39e8a30613")
23
24
provides(BuildProcess,
25
Autotools(libtarget = "lib/libiconv.la",
0 commit comments